home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 10 / ioProg_10.iso / soft / optima / samples.z / WPCH.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-10  |  328 b   |  21 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. // #include <windows.h>
  9. // #include <ole2.h>
  10.  
  11. #include "wclass.hpp"
  12.  
  13. #ifdef WJAVA_NATIVE_DLL
  14.     #include "wjnative.hpp"
  15. #endif
  16.  
  17. //  Include target-wide header files below.
  18.  
  19.  
  20. #endif
  21.