File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ typedef struct
39
39
UINT32 edx ;
40
40
UINT32 ecx ;
41
41
UINT32 eax ;
42
+ UINT32 pseudoflags ;
43
+ UINT32 eip ;
44
+ UINT32 cs ;
42
45
UINT32 flags ;
43
46
} CALLER_CONTEXT ;
44
47
Original file line number Diff line number Diff line change 88
88
<WarningLevel >Level3</WarningLevel >
89
89
<Optimization >Disabled</Optimization >
90
90
<PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
91
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
91
92
</ClCompile >
92
93
<Link >
93
94
<SubSystem >Console</SubSystem >
116
117
<FunctionLevelLinking >true</FunctionLevelLinking >
117
118
<IntrinsicFunctions >true</IntrinsicFunctions >
118
119
<PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
119
121
</ClCompile >
120
122
<Link >
121
123
<SubSystem >Console</SubSystem >
You can’t perform that action at this time.
0 commit comments