mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Small msvc compatiblity change.
svn path=/trunk/; revision=19185
This commit is contained in:
parent
e357028fa5
commit
035f7342cb
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ VOID DIALOG_SelectFont(VOID)
|
|||
}
|
||||
}
|
||||
|
||||
typedef HWND (STDCALL *FINDPROC)(LPFINDREPLACE lpfr);
|
||||
typedef HWND (WINAPI *FINDPROC)(LPFINDREPLACE lpfr);
|
||||
|
||||
static VOID DIALOG_SearchDialog(FINDPROC pfnProc)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue