home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / gdi / complexscript / cstext.h < prev    next >
C/C++ Source or Header  |  1997-08-20  |  373b  |  29 lines

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