added UnregisterWindowClasses() (patch 447443)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-22 14:42:54 +00:00
parent b6e5eaa597
commit 9787a4b6ad
2 changed files with 99 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ public:
static void CleanUp();
static bool RegisterWindowClasses();
static bool UnregisterWindowClasses();
// Convert Windows to argc, argv style
void ConvertToStandardCommandArgs(char* p);