|
|
1.1 ! root 1: /******************************************************************************\ ! 2: * ! 3: * SPINTEST.H ! 4: * ! 5: \******************************************************************************/ ! 6: ! 7: ! 8: ! 9: /******************************************************************************\ ! 10: * SYMBOLIC CONSTANTS ! 11: \******************************************************************************/ ! 12: ! 13: #define IDM_DLGEDITDIALOG 101 /* menuitem id's */ ! 14: #define IDM_SPINTESTSTATS 102 ! 15: #define IDM_ABOUT 103 ! 16: ! 17: #define BORDER 4 ! 18: ! 19: // ! 20: // Spincube window styles as defined in spincube.h. ! 21: // ! 22: ! 23: #define SS_ERASE 0x0001 ! 24: #define SS_INMOTION 0x0002 ! 25: ! 26: ! 27: ! 28: /******************************************************************************\ ! 29: * GLOBAL VARIABLES ! 30: \******************************************************************************/ ! 31: ! 32: HANDLE ghInst; ! 33: HWND gahwndSpin[4]; ! 34: ! 35: ! 36: /******************************************************************************\ ! 37: * FUNCTION PROTOTYPES ! 38: \******************************************************************************/ ! 39: ! 40: LRESULT CALLBACK MainWndProc (HWND, UINT, WPARAM, LPARAM); ! 41: LRESULT CALLBACK DlgProc (HWND, UINT, WPARAM, LPARAM);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.