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.

42 lines
1.7 KiB

  1. //---------------------------------------------------------------------------
  2. // StdAfx.h - defines precompiled hdr set (doesn't use CrtDbgReport)
  3. //---------------------------------------------------------------------------
  4. #ifndef _STDAFX_THEMELDR_
  5. #define _STDAFX_THEMELDR_
  6. //---------------------------------------------------------------------------
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. //---------------------------------------------------------------------------
  11. #include <wchar.h>
  12. #include <stdio.h>
  13. #include <stdlib.h>
  14. #include <io.h>
  15. //---------------------------------------------------------------------------
  16. #define _ATL_NO_ATTRIBUTES
  17. #define _ATL_APARTMENT_THREADED
  18. //---------------------------------------------------------------------------
  19. #ifndef _WIN32_WINNT
  20. #define _WIN32_WINNT 0x0400
  21. #endif
  22. #include <windows.h>
  23. //---------------------------------------------------------------------------
  24. #define _THEMELDR_
  25. //---------------------------------------------------------------------------
  26. #include <w4warn.h>
  27. //---------------------------------------------------------------------------
  28. #include "autos.h"
  29. #include "log.h"
  30. #include "Errors.h"
  31. #include "Utils.h"
  32. #include "SimpStr.h"
  33. #include "stringtable.h"
  34. //---------------------------------------------------------------------------
  35. #include <atlbase.h>
  36. //---------------------------------------------------------------------------
  37. #define STRSAFE_LIB
  38. #include <strsafe.h>
  39. //---------------------------------------------------------------------------
  40. #endif //_STDAFX_THEMELDR_
  41. //---------------------------------------------------------------------------