From 7e4aa49387ff5fa0207c89eccf6c8310b917797e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 24 Nov 2008 00:28:25 +0100 Subject: [PATCH] comdlg32: Remove WINAPI on static functions where not needed. --- dlls/comdlg32/filedlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c index 5aa2da57500..953a5baabc2 100644 --- a/dlls/comdlg32/filedlg.c +++ b/dlls/comdlg32/filedlg.c @@ -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;