home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mesa5.zip / mesa5src.zip / MesaDLL / GL / os2_x11.h < prev    next >
C/C++ Source or Header  |  2002-12-14  |  253b  |  17 lines

  1. /* os2_x11.h v 0.1 11/03/2000 EK */
  2.  
  3. #ifndef __os2_x11_h__
  4. #define __os2_x11_h__
  5.  
  6. #define INCL_GPI
  7. #define INCL_WIN
  8.  
  9. #include "os2_config.h"
  10.  
  11. #define __OS2PM__
  12.  
  13.  
  14. extern  void  APIENTRY OS2_WMesaInitHab(HAB  proghab,int useDive);
  15.  
  16. #endif
  17.