Move declaration out of the header file
This commit is contained in:
@@ -149,6 +149,7 @@ short button_width[15] = {23,63,102,16,63, 63,63,63,6,14, 14,63,63,63,30};
|
||||
short button_height[15] = {23,23,23,13,23, 23,23,23,6,10,10,23,40,40,30};
|
||||
|
||||
LRESULT CALLBACK dummy_dialog_proc (HWND hDlg, UINT message, WPARAM wparam, LPARAM lparam);
|
||||
LRESULT CALLBACK fresh_edit_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
FARPROC d_proc;
|
||||
|
||||
|
@@ -46,8 +46,6 @@ void frame_dlog_rect(HWND hDlg, RECT rect, short val);
|
||||
void draw_dialog_graphic(HWND hDlg, RECT rect, short which_g, Boolean do_frame,short win_or_gworld) ;
|
||||
void showcursor(Boolean a);
|
||||
|
||||
LRESULT CALLBACK fresh_edit_proc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
void cd_get_text_edit_str(short dlog_num, char *str);
|
||||
void cdsin(short dlog_num, short item_num, short num);
|
||||
void csit(short dlog_num, short item_num, char const *str);
|
||||
|
Reference in New Issue
Block a user