We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef10d8 commit 13a2d9eCopy full SHA for 13a2d9e
src/core/modules/engines/engines_server_wrap.cpp
@@ -27,6 +27,11 @@
27
//---------------------------------------------------------------------------------
28
// Includes.
29
30
+// Required to fix compilation errors after including cdll_int.h (CSGO only)
31
+#if defined( _WIN32 )
32
+ #include <Windows.h>
33
+#endif
34
+
35
#include "export_main.h"
36
#include "utilities/conversions.h"
37
0 commit comments