2025-04-27 07:49:33 -04:00

10 lines
157 B
C

/*
* about.h
*/
/* Function prototypes
*/
void About(HANDLE hInstance, HWND hWnd);
int FAR PASCAL AboutDlgProc(HWND, UINT, WPARAM, LPARAM);