mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Stefan Huehner <stefan@huehner.org>
Fix more -Wstrict-prototypes warnings. svn path=/trunk/; revision=17999
This commit is contained in:
parent
4db49a2b8f
commit
3d31bdc1fc
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ VOID DIALOG_HelpAboutWine(VOID);
|
||||||
VOID DIALOG_TimeDate(VOID);
|
VOID DIALOG_TimeDate(VOID);
|
||||||
|
|
||||||
/* utility functions */
|
/* utility functions */
|
||||||
VOID ShowLastError();
|
VOID ShowLastError(void);
|
||||||
BOOL FileExists(LPCWSTR szFilename);
|
BOOL FileExists(LPCWSTR szFilename);
|
||||||
BOOL DoCloseFile(void);
|
BOOL DoCloseFile(void);
|
||||||
void DoOpenFile(LPCWSTR szFileName);
|
void DoOpenFile(LPCWSTR szFileName);
|
||||||
|
|
Loading…
Reference in a new issue