]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
wxListCtrl column resize bug corrected
[wxWidgets.git] / src / msw / app.cpp
index 16b58ba2f9ab12b594a1c6a50ddc2f7d595afcd1..ba4a42af25a08958b3e8eae381e2e0e7e51f00d7 100644 (file)
@@ -1126,6 +1126,11 @@ HINSTANCE wxGetInstance()
   return wxhInstance;
 }
 
+void wxSetInstance(HINSTANCE hInst)
+{
+    wxhInstance = hInst;
+}
+
 // For some reason, with MSVC++ 1.5, WinMain isn't linked in properly
 // if in a separate file. So include it here to ensure it's linked.
 #if (defined(__VISUALC__) && !defined(__WIN32__)) || (defined(__GNUWIN32__) && !defined(__TWIN32__))