home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / TRAYNOT.PAK / APP32.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  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.