home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
progjour
/
1991
/
06
/
generic.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
1991-06-05
|
351b
|
14 lines
#include <windows.h>
#include "winclass.h"
#include "initinst.h"
/*--------------------------------------------------------------------------
Make an instance of a generic window
--------------------------------------------------------------------------*/
BOOL InitInstance()
{
static MAINWINDOW Generic;
return Generic.Make();
}