Windows NT 4.0 source code leak
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.

44 lines
807 B

4 years ago
  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #ifndef WIN32_LEAN_AND_MEAN
  6. #define WIN32_LEAN_AND_MEAN
  7. #endif
  8. #ifndef OEMRESOURCE
  9. #define OEMRESOURCE
  10. #endif
  11. #ifndef STRICT
  12. #define STRICT
  13. #endif
  14. #define WINVER 0x0400
  15. #define NOATOM
  16. #define NOCOMM
  17. #define NODRIVERS
  18. #define NOENHMETAFILE
  19. #define NOEXTDEVMODEPROPSHEET
  20. #define NOIME
  21. #define NOLOGERROR
  22. #define NOMCX
  23. #define NOMDI
  24. #define NOSOUND
  25. #define NOWINDOWSX
  26. #include <windows.h>
  27. // #ifdef CHICAGO
  28. #include <shellapi.h>
  29. #include <winnls.h>
  30. // #endif
  31. #include "Assert.h"
  32. #include "Memex.h"
  33. #include "ftsrch.h"
  34. #include "FTSIFace.h"
  35. #include "except.h"
  36. #include "RESOURCE.H" // Include for resource definitions...