home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1995 January / CDuser6Jan95.iso / DYNASTY / WING / TIMEWING.H_ / TIMEWING.H
C/C++ Source or Header  |  1994-06-24  |  920b  |  35 lines

  1. /*
  2.  *    TIMEWING.H
  3.  *
  4.  *    (C) Copyright Microsoft Corp. 1994.  All rights reserved.
  5.  *
  6.  *    You have a royalty-free right to use, modify, reproduce and 
  7.  *    distribute the Sample Files (and/or any modified version) in 
  8.  *    any way you find useful, provided that you agree that 
  9.  *    Microsoft has no warranty obligations or liability for any 
  10.  *    Sample Application Files which are modified. 
  11.  */
  12.  
  13. /* Menu Items */
  14. #define MENU_OPEN       1
  15. #define MENU_ABOUT      2
  16. #define MENU_EXIT       3
  17.  
  18. #define MENU_TIMEALL    4
  19. #define MENU_1TO1        5
  20. #define MENU_1TO2        6
  21.  
  22. #define MENU_TIME    50
  23.  
  24.  
  25.  
  26. /****************************************************************************
  27. ****************************************************************************/
  28.  
  29. #ifdef DEBUG
  30.     extern void FAR CDECL dprintf(LPSTR szFormat, ...);
  31.     #define DPF dprintf
  32. #else
  33.     #define DPF ; / ## /
  34. #endif
  35.