home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / shell / traynot / app32.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-03  |  314 b   |  16 lines

  1. //---------------------------------------------------------------------------
  2. //
  3. //---------------------------------------------------------------------------
  4. #define STRICT
  5.  
  6. #define _INC_OLE
  7. #include <windows.h>
  8. #undef  _INC_OLE
  9.  
  10. #ifndef WIN32
  11. #include <shell.h>
  12. #endif
  13.  
  14. extern HINSTANCE g_hinst;
  15.  
  16.