Merge BUG: Windows target won't compile.

 - winsock2.h must be included before windows.h
parent 6cf49ef0
...@@ -13,9 +13,8 @@ ...@@ -13,9 +13,8 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
#include <windows.h>
#include "my_global.h" #include "my_global.h"
#include <windows.h>
#include "WindowsService.h" #include "WindowsService.h"
static WindowsService *gService; static WindowsService *gService;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment