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.

39 lines
1.1 KiB

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #if !defined(AFX_STDAFX_H__292A4F3B_C1EC_11D2_8E4A_0000F87A3388__INCLUDED_)
  6. #define AFX_STDAFX_H__292A4F3B_C1EC_11D2_8E4A_0000F87A3388__INCLUDED_
  7. #ifndef UNICODE
  8. #define UNICODE
  9. #endif
  10. #ifndef _UNICODE
  11. #define _UNICODE
  12. #endif
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  17. #include <afxwin.h> // MFC core and standard components
  18. #include <afxext.h> // MFC extensions
  19. #ifndef _AFX_NO_AFXCMN_SUPPORT
  20. #include <afxcmn.h> // MFC support for Windows Common Controls
  21. #endif // _AFX_NO_AFXCMN_SUPPORT
  22. #include "lm.h"
  23. #include "resource.h" // main symbols
  24. #include "utils.h"
  25. #include "smb.h"
  26. #include "fpnw.h"
  27. #include "sfm.h"
  28. //{{AFX_INSERT_LOCATION}}
  29. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  30. #endif // !defined(AFX_STDAFX_H__292A4F3B_C1EC_11D2_8E4A_0000F87A3388__INCLUDED_)