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.

32 lines
517 B

  1. // Copyright (c) Microsoft Corporation
  2. #include <stddef.h>
  3. #if MICROSOFT_INTERNAL
  4. #include "nt.h"
  5. #include "ntrtl.h"
  6. #include "nturtl.h"
  7. #else
  8. #include "windows.h"
  9. #undef C_ASSERT
  10. #define C_ASSERT(x) /* nothing */
  11. #include "ole2.h"
  12. #include "commctrl.h"
  13. #include "imagehlp.h"
  14. #include "setupapi.h"
  15. #include "wincrypt.h"
  16. #include "winver.h"
  17. #endif
  18. #ifdef SORTPP_PASS
  19. //Restore IN, OUT
  20. #ifdef IN
  21. #undef IN
  22. #endif
  23. #ifdef OUT
  24. #undef OUT
  25. #endif
  26. #define IN __in
  27. #define OUT __out
  28. #endif