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.

26 lines
447 B

  1. #ifndef _PCH_H
  2. #define _PCH_H
  3. #ifndef WIN32_LEAN_AND_MEAN
  4. #define WIN32_LEAN_AND_MEAN
  5. #endif
  6. #include <stdio.h>
  7. #include <tchar.h>
  8. #include <objbase.h>
  9. #include <sti.h>
  10. #include <assert.h>
  11. #include <windows.h>
  12. #include <stierr.h>
  13. #define INITGUID
  14. #include "initguid.h"
  15. #include <stiusd.h>
  16. #pragma intrinsic(memcmp,memset)
  17. #include "resource.h"
  18. #include "wiamindr.h"
  19. #include "fscanapi.h"
  20. #include "scanapi.h"
  21. #endif