WINMAIN.H

/*========================================================================== 
*
* Copyright (C) 1995-1997 Microsoft Corporation. All Rights Reserved.
*
* File: winmain.h
*
***************************************************************************/

#ifndef __WINMAIN_H
#define __WINMAIN_H

voidRegError(char *sErr);

BOOLInitClass(HINSTANCE hInst);
BOOLInitWindow(HINSTANCE hInst, int nCmdShow);
long FAR PASCALWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
int FAR PASCALWinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nCmdShow);

#endif