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.

41 lines
1.2 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. // stdafx.h : include file for standard system include files,
  3. // or project specific include files that are used frequently, but
  4. // are changed infrequently
  5. //
  6. #if !defined(AFX_STDAFX_H__72451C6D_887E_11D1_8AD1_00C04FB6CBB5__INCLUDED_)
  7. #define AFX_STDAFX_H__72451C6D_887E_11D1_8AD1_00C04FB6CBB5__INCLUDED_
  8. #if _MSC_VER >= 1000
  9. #endif // _MSC_VER >= 1000
  10. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  11. #include <afxwin.h> // MFC core and standard components
  12. #include <afxext.h> // MFC extensions
  13. #include <afxcview.h>
  14. #include <afxdisp.h> // MFC OLE automation classes
  15. #ifndef _AFX_NO_AFXCMN_SUPPORT
  16. #include <afxcmn.h> // MFC support for Windows Common Controls
  17. #endif // _AFX_NO_AFXCMN_SUPPORT
  18. #ifdef DBG
  19. #define DBGMSG( x , y ) \
  20. {\
  21. TCHAR tchErr[250]; \
  22. wsprintf( tchErr , x , y ); \
  23. OutputDebugString( tchErr ); \
  24. }
  25. #else
  26. #define DBGMSG( x , y )
  27. #endif
  28. //{{AFX_INSERT_LOCATION}}
  29. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  30. #endif // !defined(AFX_STDAFX_H__72451C6D_887E_11D1_8AD1_00C04FB6CBB5__INCLUDED_)