错误在NTDDK.H中了
--------------------Configuration: Minimal - Win32 Debug--------------------
Compiling...
Driver.cpp
E:\NTDDK\INC\DDK\NTDDK.h(370) : error C2146: syntax error : missing ';' before identifier 'Lock'
E:\NTDDK\INC\DDK\NTDDK.h(370) : error C2501: 'PULONG_PTR' : missing storage-class or type specifiers
E:\NTDDK\INC\DDK\NTDDK.h(370) : error C2501: 'Lock' : missing storage-class or type specifiers
E:\NTDDK\INC\DDK\NTDDK.h(824) : error C2146: syntax error : missing ';' before identifier 'KSPIN_LOCK'
E:\NTDDK\INC\DDK\NTDDK.h(824) : fatal error C1004: unexpected end of file found
Unicode.cpp
E:\NTDDK\INC\DDK\NTDDK.h(370) : error C2146: syntax error : missing ';' before identifier 'Lock'
E:\NTDDK\INC\DDK\NTDDK.h(370) : error C2501: 'PULONG_PTR' : missing storage-class or type specifiers
E:\NTDDK\INC\DDK\NTDDK.h(370) : error C2501: 'Lock' : missing storage-class or type specifiers
E:\NTDDK\INC\DDK\NTDDK.h(824) : error C2146: syntax error : missing ';' before identifier 'KSPIN_LOCK'
E:\NTDDK\INC\DDK\NTDDK.h(824) : fatal error C1004: unexpected end of file found
Error executing cl.exe.Minimal.SYS - 10 error(s), 0 warning(s)
这样解决??