comdlg32: Remove WINAPI on static functions where not needed.
This commit is contained in:
parent
0a9c529072
commit
7e4aa49387
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue