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.

12 lines
203 B

  1. #ifdef WIN32_LEAN_AND_MEAN
  2. #undef WIN32_LEAN_AND_MEAN
  3. #endif
  4. #define WIN32_LEAN_AND_MEAN
  5. #include <windows.h>
  6. #include <ole2.h>
  7. #define INITGUID
  8. #include <initguid.h>
  9. #include <wdmguid.h>