Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
254 B

  1. #ifndef __PRECOMP_HXX__
  2. #define __PRECOMP_HXX__
  3. // Needed to compile at /W4
  4. #pragma warning(disable:4201) // nameless struct/union
  5. extern "C" {
  6. // #include <wdm.h>
  7. // #include <ntddk.h>
  8. #include <ntosp.h>
  9. };
  10. #endif // __PRECOMP_HXX__