]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
added links to Dir/FileName in construction section (part of patch 1617156)
[wxWidgets.git] / src / common / filename.cpp
index 8ec78cad96c7e01dfdfc7693bfd09c2ee5cb237e..234ac801380c964f309a0d55bb62e051da451650 100644 (file)
@@ -1793,7 +1793,7 @@ wxString wxFileName::GetLongPath() const
     wxString pathOut,
              path = GetFullPath();
 
-#if defined(__WIN32__) && !defined(__WXMICROWIN__)
+#if defined(__WIN32__) && !defined(__WXWINCE__) && !defined(__WXMICROWIN__)
 
 #if wxUSE_DYNAMIC_LOADER
     typedef DWORD (WINAPI *GET_LONG_PATH_NAME)(const wxChar *, wxChar *, DWORD);