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:
@@ -1351,7 +1351,7 @@ wxString wxFileName::GetLongPath() const
|
|||||||
bool success = FALSE;
|
bool success = FALSE;
|
||||||
|
|
||||||
#if wxUSE_DYNAMIC_LOADER
|
#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;
|
static bool s_triedToLoad = FALSE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user