2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-05-13 15:29:39 +03:00

added 4byte struct alignment (fsfod)

This commit is contained in:
David Anderson 2004-08-28 03:57:29 +00:00
parent 980ccfddf5
commit 4015655141

@ -24,6 +24,7 @@
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
StructMemberAlignment="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
@ -70,6 +71,7 @@
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;ENGINE_EXPORTS"
RuntimeLibrary="4"
StructMemberAlignment="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"