/***************************************************************************** * * * DLLDEMO.H * * * * Copyright (C) Microsoft Corporation 1991. * * All Rights reserved. * * * ****************************************************************************** * * * Module Description: Exports routines for DLLDEMO.C and EWDEMO.C * * ****************************************************************************** /* If version of windows.h is before 3.1, then define the following */ #if (WINVER < 0x030a) typedef WORD UINT; typedef WORD WPARAM; typedef LONG LPARAM; #endif /***************************************************************************** * * * Prototypes * * * *****************************************************************************/ BOOL FInitEmbeddedWindow( HANDLE hModule ); BOOL FInitExtendedWindow( HANDLE hModule );