home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / sybase / starbuck / java.z / WJNATIVE.HPP < prev    next >
C/C++ Source or Header  |  1996-04-10  |  419b  |  22 lines

  1. /*  wjnative.hpp
  2.  
  3.     This header file includes all Java headers needed to build a
  4.     native function DLL.
  5. */
  6.  
  7. #ifndef WJNATIVE_HPP_INCLUDED
  8. #define WJNATIVE_HPP_INCLUDED
  9.  
  10. extern "C" {
  11.     #include "oobj.h"
  12.     #include "interpreter.h"
  13.     #include "monitor.h"
  14.     #include "sys_api.h"
  15.     #include "threads.h"
  16.     #include "javastring.h"
  17.     #include "exceptions.h"
  18. }
  19. #include "wjavai.h"
  20.  
  21. #endif
  22.