|
|
Microsoft Windows NT Build 328 10-12-1992
/******************************************************************************\ * * SPINTEST.H * \******************************************************************************/ /******************************************************************************\ * SYMBOLIC CONSTANTS \******************************************************************************/ #define IDM_DLGEDITDIALOG 101 /* menuitem id's */ #define IDM_ABOUT 102 #define BORDER 4 /******************************************************************************\ * GLOBAL VARIABLES \******************************************************************************/ HANDLE ghInst; HWND gahwndSpin[3]; /******************************************************************************\ * FUNCTION PROTOTYPES \******************************************************************************/ LRESULT CALLBACK MainWndProc (HWND, UINT, WPARAM, LPARAM); LRESULT CALLBACK SpintestDlgProc (HWND, UINT, WPARAM, LPARAM); LRESULT CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.