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.

49 lines
1.6 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__D2DE24F7_ACC0_4A4A_B473_23DF6153FBE4__INCLUDED_)
  6. #define AFX_STDAFX_H__D2DE24F7_ACC0_4A4A_B473_23DF6153FBE4__INCLUDED_
  7. #if dbg ==1 && !defined (_DEBUG)
  8. #define _DEBUG
  9. #endif
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #include <afxwin.h> // MFC core and standard components
  13. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  14. #include <afxext.h> // MFC extensions
  15. #include <afxdisp.h> // MFC Automation classes
  16. #ifndef _AFX_NO_AFXCMN_SUPPORT
  17. #include <afxcmn.h> // MFC support for Windows Common Controls
  18. #endif // _AFX_NO_AFXCMN_SUPPORT
  19. #include <afxsock.h> // MFC socket extensions
  20. #include <afxmt.h> // MFC Multi threading support
  21. //#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  22. #endif // _MSC_VER > 1000
  23. //COLOR DEFINITIONS
  24. #define WHITE RGB(128,128,128)
  25. #define BLACK RGB(0,0,0)
  26. #define BLUE RGB(0,0,128)
  27. #define YELLOW RGB(0,128,128)
  28. #define RED RGB(128,0,0)
  29. // Code Page definitions
  30. #define ENGLISH 437
  31. #define JAPANESE 932
  32. #define EUROPEAN 1250
  33. #define MAX_LANGUAGES 3
  34. #define MAX_BUFFER_SIZE 256
  35. #define TELNET_PORT 23
  36. #define MAX_TERMINAL_HEIGHT 24
  37. #define MAX_TERMINAL_WIDTH 80
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line
  40. #endif //!defined(AFX_STDAFX_H__D2DE24F7_ACC0_4A4A_B473_23DF6153FBE4__INCLUDED_)