home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 February / SOFM_Feb1995.bin / pc / os2 / filebar / filebar.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-23  |  347 b   |  13 lines

  1. #define INCL_DOSMODULEMGR
  2. #define INCL_DOSMODULEMGR
  3. #define INCL_WINHOOKS
  4. #define INCL_WININPUT
  5. #define INCL_WINMESSAGEMGR
  6. #define INCL_WINWINDOWMGR
  7. #include <os2.h>
  8.  
  9. extern "C" VOID EXPENTRY setFileBarScreen( BOOL, LONG, BOOL, BOOL, LONG );
  10. extern "C" BOOL EXPENTRY FileBarInit( HWND );
  11. extern "C" BOOL EXPENTRY FileBarQuit( VOID );
  12.  
  13.