CSTEXT.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:0k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //
  2. //  CS Sample Header File
  3. //
  4. #ifdef _UNICODE
  5. #ifndef UNICODE
  6. #define UNICODE
  7. #endif
  8. #endif
  9. #if 0
  10. #ifndef _vstprintf 
  11. #ifdef UNICODE
  12. #define _vstprintf vsprintf
  13. #else
  14. #define _vstprintf vswprintf
  15. #endif // UNICODE
  16. #endif // _vstprintf 
  17. #endif
  18. #define MAX_MESSAGE 100
  19. #define BUFFER_SIZE 256
  20. #define XSTART      5
  21. #define YSTART      40