mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
565 B
39 lines
565 B
#include "OIWINIT.PRO"
|
|
#include "OIWPROC.PRO"
|
|
#include "OIWRTNS.PRO"
|
|
#include "OIWWRAP.PRO"
|
|
#include "OIWWRAP2.PRO"
|
|
#include "OIWDRAW.PRO"
|
|
|
|
#ifdef SCCFEATURE_SELECT
|
|
#include "OIWSEL.PRO"
|
|
#include "OIWRTF.PRO"
|
|
#endif
|
|
|
|
|
|
#ifdef WINDOWS
|
|
|
|
#include "OIWNP_W.PRO"
|
|
|
|
#ifdef SCCFEATURE_DIALOGS
|
|
#include "OIWDLG.PRO"
|
|
#endif
|
|
|
|
#ifdef SCCFEATURE_SELECT
|
|
#include "OIWAMI.PRO"
|
|
#include "OIWWSW.PRO"
|
|
#endif
|
|
|
|
#ifdef SCCFEATURE_HIGHLIGHT
|
|
#include "OIWHILI.PRO"
|
|
#endif
|
|
|
|
#ifdef SCCFEATURE_SEARCH
|
|
#include "OIWFIND.PRO"
|
|
#endif
|
|
|
|
#endif //WINDOWS
|
|
|
|
#ifdef MAC
|
|
#include "OIWNP_M.PRO"
|
|
#endif
|