home *** CD-ROM | disk | FTP | other *** search
- /* wjnative.hpp
-
- This header file includes all Java headers needed to build a
- native function DLL.
- */
-
- #ifndef WJNATIVE_HPP_INCLUDED
- #define WJNATIVE_HPP_INCLUDED
-
- extern "C" {
- #include "oobj.h"
- #include "interpreter.h"
- #include "monitor.h"
- #include "sys_api.h"
- #include "threads.h"
- #include "javastring.h"
- #include "exceptions.h"
- }
- #include "wjavai.h"
-
- #endif
-