projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
corrected setting the locale of the c-lib for mac
[wxWidgets.git]
/
src
/
msw
/
crashrpt.cpp
diff --git
a/src/msw/crashrpt.cpp
b/src/msw/crashrpt.cpp
index 6bbdaa2b25215ae2f5cabf9239ba6a4bb4fb3c32..9ba2dbbb06d53a567c7d48db8c9888f57773038a 100644
(file)
--- a/
src/msw/crashrpt.cpp
+++ b/
src/msw/crashrpt.cpp
@@
-1188,7
+1188,7
@@
bool wxCrashReportImpl::Generate(
SymSetOptions(SYMOPT_DEFERRED_LOADS | SYMOPT_UNDNAME);
// Initialize DbgHelp
- if ( SymInitialize(GetCurrentProcess(), NULL, TRUE /* invade */) )
+ if (
::
SymInitialize(GetCurrentProcess(), NULL, TRUE /* invade */) )
{
OutputStack(pCtx, flags);