version.h
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:2k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. /* -- Version control for Non-Swapped Cow */
  2. /* -- project */
  3. #define PROJECT_QB 1 /* the project */
  4. #define LANGUAGE_ENGLISH 1 /* the language */
  5. /* Mouse control */
  6. #define MOUSE_EXTRAS 1 /* extra mouse stuff */
  7. /* Keyboard control */
  8. #define ACCEL_MULTIPLE 1 /* multiple items with same accelerator */
  9. /* Listbox customization */
  10. #define LISTBOX_DIR 1 /* DIR listboxes ? */
  11. #define LISTBOX_HORIZ 1 /* horizontal listbox support */
  12. #define LISTBOX_ONELINE  1 /* skip scroll bars for one line listbox */
  13. #define LISTBOX_NOSCROLL 1 /* No scrollbars of fNoScroll is set */
  14. #define LISTBOX_LIMIT_SIZE 1 /* Limit the listbox size */
  15. /* Visual attributes */
  16. #define DIALOG_LINE 1 /* line at bottom of dialog? */
  17. #define BUTTON_CENTER 1 /* center buttons in messagebox? */
  18. #define MENU_RIGHT_JUSTIFY 1 /* Allow t to right justify */
  19. #define BUILTIN_SNOW 1 /* May be using snowy CGA driver */
  20. #define HELP_BUTTON 1 /* add help button support to dialogs */
  21. #define ADJUST_MSGBOX 1 /* adjust message box if flag set */
  22. /* EDIT */
  23. #define EDIT_SECRET 1 /* Secret windows */
  24. #define EDIT_FULLMGR 1 /* full screen editor ? */
  25. #define EDIT_LIMIT_SIZE 1 /* limit single line edit size */
  26. /* extra customizations */
  27. #define INT24_ALTERNATE  1 /* alternate int24 handler provided */
  28. #define RECORD_PLAYBACK  1 /* record and playback of messages */
  29. #define MOUSE_TEXT 1 /* Mouse cursor is not graphical */
  30. #define MSG_LIMIT_SIZE 1 /* Limit message queue size */
  31. #define DIALOG_NOSAVE 1 /* Don't save screen under dialogs */
  32. #define DRAW_MODE_MINIMIZE 1 /* Eliminate unnecessary draw modes */
  33. /************ Swapped attributes ***********/
  34. /* -- n/a -- */