]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stackwalk.cpp
Wine fixes
[wxWidgets.git] / src / msw / stackwalk.cpp
index 8bdf7d4021931971216fa80aa6796d9fe01014d8..ed94c55efcb966361c015bbce28401fc6575e9f0 100644 (file)
@@ -326,7 +326,7 @@ void wxStackWalker::WalkFromException()
     WalkFrom(wxGlobalSEInformation, 0);
 }
 
-void wxStackWalker::Walk(size_t skip)
+void wxStackWalker::Walk(size_t skip, size_t WXUNUSED(maxDepth))
 {
     // to get a CONTEXT for the current location, simply force an exception and
     // get EXCEPTION_POINTERS from it