newlines at end of files
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
/* empty file */
|
/* empty file */
|
||||||
|
|
||||||
extern int errno;
|
extern int errno;
|
||||||
|
|
||||||
|
|||||||
@@ -9,3 +9,4 @@ int mswin_yes_no_dialog( const char *question, const char *choices, int def)
|
|||||||
{
|
{
|
||||||
return '\032';
|
return '\032';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -83,3 +83,4 @@ PMSNHEvent mswin_input_peek()
|
|||||||
}
|
}
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,3 +33,4 @@ PMSNHEvent mswin_input_pop();
|
|||||||
PMSNHEvent mswin_input_peek();
|
PMSNHEvent mswin_input_peek();
|
||||||
|
|
||||||
#endif /* MSWINInput_h */
|
#endif /* MSWINInput_h */
|
||||||
|
|
||||||
|
|||||||
@@ -1110,3 +1110,4 @@ HMENU _get_main_menu(UINT menu_id)
|
|||||||
#endif
|
#endif
|
||||||
return hmenuMap;
|
return hmenuMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,3 +14,4 @@ void mswin_layout_main_window(HWND changed_child);
|
|||||||
void mswin_select_map_mode(int map_mode);
|
void mswin_select_map_mode(int map_mode);
|
||||||
|
|
||||||
#endif /* MSWINMainWindow_h */
|
#endif /* MSWINMainWindow_h */
|
||||||
|
|
||||||
|
|||||||
@@ -588,3 +588,4 @@ void mswin_message_window_size (HWND hWnd, LPSIZE sz)
|
|||||||
data->yChar * MSG_VISIBLE_LINES + 4;
|
data->yChar * MSG_VISIBLE_LINES + 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,3 +14,4 @@ void mswin_display_RIP_window (HWND hWnd)
|
|||||||
{
|
{
|
||||||
mswin_display_text_window(hWnd);
|
mswin_display_text_window(hWnd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,3 +12,4 @@ HWND mswin_init_RIP_window ();
|
|||||||
void mswin_display_RIP_window (HWND hwnd);
|
void mswin_display_RIP_window (HWND hwnd);
|
||||||
|
|
||||||
#endif /* MSWINRIPWindow_h */
|
#endif /* MSWINRIPWindow_h */
|
||||||
|
|
||||||
|
|||||||
@@ -1859,3 +1859,4 @@ logDebug(const char *fmt, ...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -37,3 +37,4 @@
|
|||||||
#define IDC_STATIC (-1)
|
#define IDC_STATIC (-1)
|
||||||
|
|
||||||
#endif //__NEWRES_H__
|
#endif //__NEWRES_H__
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user