newlines at end of files

This commit is contained in:
nethack.allison
2003-02-23 14:08:54 +00:00
parent 71c62ce21c
commit f12de871f5
11 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
/* empty file */
extern int errno;
extern int errno;

View File

@@ -8,4 +8,5 @@
int mswin_yes_no_dialog( const char *question, const char *choices, int def)
{
return '\032';
}
}

View File

@@ -82,4 +82,5 @@ PMSNHEvent mswin_input_peek()
retval = NULL;
}
return retval;
}
}

View File

@@ -33,3 +33,4 @@ PMSNHEvent mswin_input_pop();
PMSNHEvent mswin_input_peek();
#endif /* MSWINInput_h */

View File

@@ -1109,4 +1109,5 @@ HMENU _get_main_menu(UINT menu_id)
hmenuMap = CommandBar_GetMenu(GetNHApp()->hMenuBar, 0);
#endif
return hmenuMap;
}
}

View File

@@ -14,3 +14,4 @@ void mswin_layout_main_window(HWND changed_child);
void mswin_select_map_mode(int map_mode);
#endif /* MSWINMainWindow_h */

View File

@@ -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;
}
}
}

View File

@@ -13,4 +13,5 @@ HWND mswin_init_RIP_window ()
void mswin_display_RIP_window (HWND hWnd)
{
mswin_display_text_window(hWnd);
}
}

View File

@@ -12,3 +12,4 @@ HWND mswin_init_RIP_window ();
void mswin_display_RIP_window (HWND hwnd);
#endif /* MSWINRIPWindow_h */

View File

@@ -1858,4 +1858,5 @@ logDebug(const char *fmt, ...)
}
}
#endif
#endif

View File

@@ -37,3 +37,4 @@
#define IDC_STATIC (-1)
#endif //__NEWRES_H__