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.

25 lines
636 B

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #define _ATL_NO_FLTUSED
  5. #define _MERGE_PROXYSTUB
  6. #define USE_IERT
  7. #include <ddraw.h>
  8. #include <atlbase.h>
  9. //You may derive a class from CComModule and use it if you want to override
  10. //something, but do not change the name of _Module
  11. extern CComModule _Module;
  12. #include <atlcom.h>
  13. #include "imgutil.h"
  14. extern "C" {
  15. #ifdef UNIX
  16. # include "zlib.h"
  17. #else
  18. // zlib is centralized in root/public/internal/base/inc
  19. # include "zlib.h"
  20. #endif
  21. }