/**************/ /* showdoub.c */ /**************/ #ifndef SHOWDOUB_H #define SHOWDOUB_H #include "incwin.h" #ifdef __cplusplus extern "C" { #endif #define SHOW_NAN -123456789.314 double GetDouble(HWND hDlg,WPARAM id,double d); int ShowDouble(HWND hDlg,WPARAM id,double d); #ifdef __cplusplus } #endif #endif