We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9a70d commit 91691e6Copy full SHA for 91691e6
src/core/patches/bms/patches.cpp
@@ -23,9 +23,3 @@
23
* all respects for all other code used. Additionally, the Source.Python
24
* Development Team grants this exception to all derivative works.
25
*/
26
-
27
-#include "public/tier0/threadtools.h"
28
-#ifndef PATCH_UPDATE_AUTO_LOCK
29
-// TODO: Create a real fix for this!
30
-#error "Fix typeof compiler error."
31
-#endif
src/makefiles/branch/bms.cmake
@@ -7,4 +7,7 @@
7
# Set the engine version.
8
# ------------------------------------------------------------------
9
Set(SOURCE_ENGINE "bms")
10
-add_definitions(-DENGINE_BMS -DENGINE_BRANCH_BMS)
+add_definitions(-DENGINE_BMS -DENGINE_BRANCH_BMS)
11
+
12
+Set(SOURCEPYTHON_LINK_LIBRARIES
13
+ legacy_stdio_definitions.lib)
src/patches/bms/lib/public/tier1.lib
-6.16 MB
0 commit comments