git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40744
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include <shlguid.h>
#endif
#include <shlguid.h>
#endif
-bool wxFileName::GetShortcutTarget(const wxString& shortcutPath, wxString& targetFilename, wxString* arguments)
+bool wxFileName::GetShortcutTarget(const wxString& shortcutPath,
+ wxString& targetFilename,
+ wxString* arguments)
{
wxString path, file, ext;
wxSplitPath(shortcutPath, & path, & file, & ext);
{
wxString path, file, ext;
wxSplitPath(shortcutPath, & path, & file, & ext);
MAX_PATH);
hres = ppf->Load(wsz, 0);
MAX_PATH);
hres = ppf->Load(wsz, 0);
if (SUCCEEDED(hres))
{
wxChar buf[2048];
if (SUCCEEDED(hres))
{
wxChar buf[2048];
+
+#endif // __WIN32__ && !__WXWINCE__
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------