comdlg32: Remove WINAPI on static functions where not needed.

oldstable
Francois Gouget 2008-11-24 00:28:25 +01:00 committed by Alexandre Julliard
parent 0a9c529072
commit 7e4aa49387
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ static BOOL BrowseSelectedFolder(HWND hwnd);
* OUT : TRUE on success
* FALSE on cancel, error, close or filename-does-not-fit-in-buffer.
*/
static BOOL WINAPI GetFileName95(FileOpenDlgInfos *fodInfos)
static BOOL GetFileName95(FileOpenDlgInfos *fodInfos)
{
LRESULT lRes;