00001 /*********************************************************
00002 * File: WinDlg.h
00003 *********************************************************/
00004
00005
00006 #ifndef WINDLG_H
00007 #define WINDLG_H
00008
00009 #ifdef __cplusplus
00010 extern "C"
00011 {
00012 #endif
00013
00014 #include <windows.h>
00015 extern HINSTANCE hWinDlgInstance;
00016 extern int nWinDlgCmdShow;
00017 void WinDlgExit ();
00018
00019
00020 #ifdef __cplusplus
00021 }
00022 #endif
00023
00024 #endif
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001