added missing WINAPI to GET_LONG_PATH_NAME typedef (thanks to Dimitri)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-11 11:53:19 +00:00
parent 53c3a78b33
commit 62dcaed6ba

View File

@@ -1351,7 +1351,7 @@ wxString wxFileName::GetLongPath() const
bool success = FALSE;
#if wxUSE_DYNAMIC_LOADER
typedef DWORD (*GET_LONG_PATH_NAME)(const wxChar *, wxChar *, DWORD);
typedef DWORD (WINAPI *GET_LONG_PATH_NAME)(const wxChar *, wxChar *, DWORD);
static bool s_triedToLoad = FALSE;