home *** CD-ROM | disk | FTP | other *** search
- #define EVALDLG_OPH
-
- #ifndef DLGBOX_OPH
- #include <sdk\dlgbox>
- #endif
-
- #ifndef P_SYS_OPH
- #include <p\sys>
- #endif
-
- #ifndef H_EVAL_OPH
- #include <sdk\h_eval>
- #endif
-
- /* Constants for evaldlg */
-
- #define EVALDLG_CALCULATOR_EVALUATOR 0
- #define EVALDLG_GENERAL_EVALUATOR 1
-
- /* Property of evaldlg */
-
- STRUCT PRS_EVALDLG
- isEval%
- eMem#(SIZEOF(EXTENDED_MEM_VALUES))
- ENDS
-
- STRUCT PR_EVALDLG
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- dlgchain#(SIZEOF(PRS_DLGCHAIN))
- dlgbox#(SIZEOF(PRS_DLGBOX))
- evaldlg#(SIZEOF(PRS_EVALDLG))
- ENDS
-