Commit 7e4aa493 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comdlg32: Remove WINAPI on static functions where not needed.

parent 0a9c5290
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment