|
|
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993
/******************************************************************************\ * * SPINTEST.H * \******************************************************************************/ /******************************************************************************\ * SYMBOLIC CONSTANTS \******************************************************************************/ #define IDM_DLGEDITDIALOG 101 /* menuitem id's */ #define IDM_SPINTESTSTATS 102 #define IDM_ABOUT 103 #define BORDER 4 // // Spincube window styles as defined in spincube.h. // #define SS_ERASE 0x0001 #define SS_INMOTION 0x0002 /******************************************************************************\ * GLOBAL VARIABLES \******************************************************************************/ HANDLE ghInst; HWND gahwndSpin[4]; /******************************************************************************\ * FUNCTION PROTOTYPES \******************************************************************************/ LRESULT CALLBACK MainWndProc (HWND, UINT, WPARAM, LPARAM); 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.