Skip to content

Commit 9d4e499

Browse files
committed
[engine] Fix build as mpaheaderinfo causes ATL dep to come in which is not we want
1 parent dbb5131 commit 9d4e499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/engine.vpc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $Configuration "Debug"
4545
$PreprocessorDefinitions "$BASE;USE_CONVARS;VOICE_OVER_IP;BUMPMAP;__USEA3D;_ADD_EAX_;ENGINE_DLL;VERSION_SAFE_STEAM_API_INTERFACES;USE_BREAKPAD_HANDLER"
4646
$PreprocessorDefinitions "$BASE;SUPPORTS_INT64" [$WIN64]
4747
$PreprocessorDefinitions "$BASE;DEDICATED;SWDS" [$DEDICATED]
48-
$PreprocessorDefinitions "$BASE;MPA_BUILD_WITHOUT_ATL"
48+
$PreprocessorDefinitions "$BASE;SA_MPA_BUILD_WITHOUT_ATL"
4949
$PreprocessorDefinitions "$BASE;USE_WEBM_FOR_REPLAY" [$LINUXALL]
5050

5151
$AdditionalIncludeDirectories "$BASE;$SRCDIR/thirdparty/gperftools-2.0/src/" [$GPROFILER]
@@ -92,7 +92,7 @@ $Configuration "Release"
9292
$PreprocessorDefinitions "$BASE;USE_CONVARS;VOICE_OVER_IP;BUMPMAP;__USEA3D;_ADD_EAX_;ENGINE_DLL;VERSION_SAFE_STEAM_API_INTERFACES;USE_BREAKPAD_HANDLER"
9393
$PreprocessorDefinitions "$BASE;SUPPORTS_INT64" [$WIN64]
9494
$PreprocessorDefinitions "$BASE;DEDICATED;SWDS" [$DEDICATED]
95-
$PreprocessorDefinitions "$BASE;MPA_BUILD_WITHOUT_ATL"
95+
$PreprocessorDefinitions "$BASE;SA_MPA_BUILD_WITHOUT_ATL"
9696
$PreprocessorDefinitions "$BASE;USE_WEBM_FOR_REPLAY" [$LINUXALL]
9797

9898
$AdditionalIncludeDirectories "$BASE;$SRCDIR/thirdparty/gperftools-2.0/src/" [$GPROFILER]

0 commit comments

Comments
 (0)