home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 10 / ioProg_10.iso / soft / optima / hpp.z / wpch.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-10  |  628 b   |  31 lines

  1. /*  wpch.hpp
  2.     This is the source for the precompiled header file.
  3. */
  4.  
  5. #ifndef WPCH_HPP_INCLUDED
  6. #define WPCH_HPP_INCLUDED
  7.  
  8. // Un-comment the following if you wish to include windows.h
  9. // in your projects.
  10.  
  11. // #include <windows.h>
  12.  
  13. // Also un-comment the following if you wish to include windows.h
  14. // in projects that also use OLE/ActiveX Controls.
  15.  
  16. // #include <ole2.h>
  17. // #include <olectl.h>
  18. // #define _stdole_HPP_INCLUDED
  19. // #define _StdType_HPP_INCLUDED
  20.  
  21. #include "wclass.hpp"
  22.  
  23. #ifdef WJAVA_NATIVE_DLL
  24.     #include "wjnative.hpp"
  25. #endif
  26.  
  27. //  Include target-wide header files below.
  28.  
  29.  
  30. #endif
  31.