00001 00002 #ifndef _SIC_WIN_DIALOGS_H_ 00003 #define _SIC_WIN_DIALOGS_H_ 00004 00005 #include "sic_comm.h" 00006 00007 #define MAX_NB_DIALOG 10 00008 00009 void on_end_dialog( void); 00010 DWORD MenuFunc(const char *tempfilename); 00011 DWORD DialogFunc(LPDWORD lpdwParam); 00012 void update_variable( sic_widget_def_t *widget); 00013 00014 #endif /* _SIC_WIN_DIALOGS_H_ */ 00015
1.5.1