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.

37 lines
614 B

  1. #ifndef _STDAFX_H_
  2. #define _STDAFX_H_
  3. #ifndef _MBCS
  4. #define _MBCS // using MBCS enabling function
  5. #endif
  6. #include <tchar.h>
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. #undef ASSERT
  11. #include <afxwin.h>
  12. #include <afxext.h>
  13. #include <afxcoll.h>
  14. #include <afxcmn.h>
  15. #include <malloc.h>
  16. #include <WinError.h>
  17. #include <ntsam.h>
  18. #include <ntlsa.h>
  19. #include <lm.h>
  20. #include <lmerr.h>
  21. #include <dbgutil.h>
  22. #include <buffer.hxx>
  23. #include "resource.h"
  24. #include "registry.h"
  25. #include "const.h"
  26. #include "initapp.h"
  27. #include "helper.h"
  28. #include "dllmain.h"
  29. #include "setuputl.h"
  30. #include "shellutl.h"
  31. #endif