1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

ENet windows compilation fixes.

For reference, when you include a Windows header (be it directly windows.h or something that includes it)
put it at the end of the includes. it seems I forgot.
This commit is contained in:
Juan Linietsky
2016-08-20 01:05:57 -03:00
parent 2fa693273c
commit 38338e90c0
4 changed files with 4 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
*/
#ifdef _WIN32
#define ENET_BUILDING_LIB 1
#define ENET_BUILDING_LIB 0
#include "enet/enet.h"
#include <windows.h>
#include <mmsystem.h>