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.

18 lines
652 B

  1. //---------------------------------------------------------------------------
  2. // stdafx.h : include file for standard system include files
  3. //---------------------------------------------------------------------------
  4. #pragma once
  5. //---------------------------------------------------------------------------
  6. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  7. #include <stdio.h>
  8. #include <stdlib.h>
  9. #include <windows.h>
  10. #include <atlbase.h>
  11. #define STRSAFE_LIB
  12. #include <strsafe.h>
  13. #include <uxthemep.h>
  14. #include <tmschema.h>
  15. //---------------------------------------------------------------------------