We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06658ab + 13a2d9e commit c3c9f20Copy full SHA for c3c9f20
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