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.

52 lines
1.5 KiB

  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. #if !defined(AFX_STDAFX_H__EF8D234D_DC43_4715_B055_D42A2E096361__INCLUDED_)
  6. #define AFX_STDAFX_H__EF8D234D_DC43_4715_B055_D42A2E096361__INCLUDED_
  7. #pragma once
  8. #if !defined(WIN32_LEAN_AND_MEAN)
  9. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  10. #endif
  11. #if !defined(_WIN32_WINNT)
  12. #define _WIN32_WINNT 0x0500 // TODO: Remove this when updated headers are available
  13. #endif
  14. // Windows Header Files
  15. #ifndef WINVER
  16. #define WINVER 0x0500
  17. #endif
  18. #include <windows.h> // Windows
  19. #include <windowsx.h> // User macros
  20. // COM Header Files
  21. #include <ObjBase.h> // CoCreateInstance, IUnknown
  22. #include <DDraw.h> // DirectDraw
  23. #include <oleidl.h> // OLE2 Interfaces
  24. // Related services
  25. #pragma warning(push, 3)
  26. #include <GdiPlus.h> // GDI+
  27. #pragma warning(pop)
  28. // C RunTime Header Files
  29. #include <stdlib.h> // Standard library
  30. #include <malloc.h> // Memory allocation
  31. #include <tchar.h> // Character routines
  32. #include <process.h> // Multi-threaded routines
  33. // Gadgets Header Files
  34. #include <AutoUtil.h> // External debugging support
  35. #define GADGET_ENABLE_ALL
  36. #include <DUser.h>
  37. #endif // !defined(AFX_STDAFX_H__EF8D234D_DC43_4715_B055_D42A2E096361__INCLUDED_)