Skip to content

Commit b2d8745

Browse files
committed
New driver version
1 parent 65dfb13 commit b2d8745

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Driver.h

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ typedef struct
3939
UINT32 edx;
4040
UINT32 ecx;
4141
UINT32 eax;
42+
UINT32 pseudoflags;
43+
UINT32 eip;
44+
UINT32 cs;
4245
UINT32 flags;
4346
} CALLER_CONTEXT;
4447

UDMachineTester/UDMachineTester.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<WarningLevel>Level3</WarningLevel>
8989
<Optimization>Disabled</Optimization>
9090
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
91+
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
9192
</ClCompile>
9293
<Link>
9394
<SubSystem>Console</SubSystem>
@@ -116,6 +117,7 @@
116117
<FunctionLevelLinking>true</FunctionLevelLinking>
117118
<IntrinsicFunctions>true</IntrinsicFunctions>
118119
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
119121
</ClCompile>
120122
<Link>
121123
<SubSystem>Console</SubSystem>

0 commit comments

Comments
 (0)