home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Lib32 / lxos2fn.cpp < prev    next >
C/C++ Source or Header  |  2002-04-26  |  445b  |  33 lines

  1. /* $Id:*/
  2.  
  3. /*
  4.  * lxos2fn.cpp
  5.  * Autor:               Stefan Milcke
  6.  * Erstellt am:         25.04.2002
  7.  * Letzte Aenderung am: 26.04.2002
  8.  *
  9. */
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #define INCL_NOPMAPI
  15. #define INCL_DOSERRORS
  16. #include <os2.h>
  17. }
  18. #include <devhelp.h>
  19. #include <ldefos2.h>
  20. #ifdef KEE
  21. #include <kee.h>
  22. #endif
  23.  
  24. #ifdef __cplusplus
  25. extern "C" {
  26. #endif
  27.  
  28. // Nothing here yet
  29.  
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33.