home *** CD-ROM | disk | FTP | other *** search
- // ------------------------------- //
- // -------- Start of File -------- //
- // ------------------------------- //
- // ----------------------------------------------------------- //
- // C++ Header File Name: wxincs.h
- // Compiler Used: MSVC40, HP CPP 10.24
- // Produced By: Doug Gaer
- // File Creation Date: 12/16/1997
- // Date Last Modified: 03/30/1999
- // ----------------------------------------------------------- //
- // ---------- Include File Description and Details ---------- //
- // ----------------------------------------------------------- //
- /*
- Additional include files need to compile with the wxWindows
- GUI library version 1.68b
- */
- // ----------------------------------------------------------- //
- #ifndef __WXINCS_HPP__
- #define __WXINCS_HPP__
-
- #ifdef __GNUG__
- #pragma implementation
- #endif
-
- // For compilers that support precompilation, includes "wx.h".
- #include "wx_prec.h"
-
- #ifdef __BORLANDC__
- #pragma hdrstop
- #endif
-
- #ifndef WX_PRECOMP
- #include "wx.h"
- #endif
-
- #ifdef _MSC_VER
- #pragma warning (disable : 4244)
- #endif
-
- #endif // __WXINCS_HPP__
- // ----------------------------------------------------------- //
- // ------------------------------- //
- // --------- End of File --------- //
- // ------------------------------- //
-