home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / v9t9 / linux / sources / V9t9 / source / v9t9_defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-10-19  |  234 b   |  16 lines

  1. #ifndef __V9t9_DEFS_H__
  2. #define __V9t9_DEFS_H__
  3.  
  4. #include "centry.h"
  5.  
  6. #if defined(UNDER_WIN32)
  7.  
  8. //#define USE_MESSAGE_TIMER
  9. #define USE_MM_TIMER
  10. //#define USE_WAITABLE_TIMER        // requires Win98/NT4.0
  11.  
  12. #endif
  13.  
  14. #include "cexit.h"
  15. #endif
  16.