home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / DIBVIEW / INIT.H_ / INIT.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  233 b   |  12 lines

  1.  
  2. #ifndef INIT_INCLUDED
  3. #define INIT_INCLUDED
  4.  
  5. extern char szPalClass[];        // Class name of palette windows.
  6.  
  7.  
  8. BOOL InitMyDIB (HANDLE hInst);
  9. BOOL InitInstance(HANDLE hInstance, int nCmdShow);
  10.  
  11. #endif // INIT_INCLUDED
  12.