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.

49 lines
841 B

  1. #ifndef _STDAFX_H_
  2. #define _STDAFX_H_
  3. #include <tchar.h>
  4. #include <nt.h>
  5. #include <ntrtl.h>
  6. #include <nturtl.h>
  7. #undef ASSERT
  8. #include <afxwin.h>
  9. #include <afxext.h>
  10. #include <afxcoll.h>
  11. #include <afxcmn.h>
  12. #include <malloc.h>
  13. #include <ntsam.h>
  14. #include <lm.h>
  15. #include <lmerr.h>
  16. #include <WinError.h>
  17. #include <dbgutil.h>
  18. #include <buffer.hxx>
  19. #include "resource.h"
  20. #include "tstr.hxx"
  21. #include "setupapi.h"
  22. #include "ocmanage.h"
  23. #include "const.h"
  24. #include "registry.h"
  25. #include "initapp.h"
  26. #include "helper.h"
  27. #include "dllmain.h"
  28. #include "setuputl.h"
  29. #include "shellutl.h"
  30. #include <assert.h>
  31. #undef UNUSED
  32. #include <netlib.h>
  33. #include <lsarpc.h>
  34. // STL
  35. #pragma warning( push, 3 )
  36. #include <list>
  37. #include <memory>
  38. #include <string>
  39. #include <map>
  40. #pragma warning( pop )
  41. #endif