Source code of Windows XP (NT5)
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.

38 lines
603 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 "registry.h"
  21. #include "const.h"
  22. #include "initapp.h"
  23. #include "helper.h"
  24. #include "dllmain.h"
  25. #include "setuputl.h"
  26. #include "shellutl.h"
  27. #include <assert.h>
  28. #undef UNUSED
  29. #include <netlib.h>
  30. #include <lsarpc.h>
  31. #endif