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