]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/crashrpt.cpp
Recognize VC12 (a.k.a. MSVS 2013) and define __VISUALC12__ for it.
[wxWidgets.git] / src / msw / crashrpt.cpp
index 4bf374f676b875104fb1ad972fde62bf6f4187f2..e618107487f433121cc0a410f8cf8c9bcf0a7bfe 100644 (file)
@@ -247,7 +247,7 @@ bool wxCrashReportImpl::Generate(int flags, EXCEPTION_POINTERS *ep)
 /* static */
 void wxCrashReport::SetFileName(const wxString& filename)
 {
-    wxStrlcpy(gs_reportFilename, filename.wx_str(), WXSIZEOF(gs_reportFilename));
+    wxStrlcpy(gs_reportFilename, filename.t_str(), WXSIZEOF(gs_reportFilename));
 }
 
 /* static */