]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/main.cpp
added Show/HideNativeCaret() (patch 759924)
[wxWidgets.git] / src / msw / main.cpp
index f761ec971a33e85714679c6de9bc90d1498141e0..c293e7c5110f5b7082002c81b2e680197e4df3ad 100644 (file)
@@ -55,9 +55,6 @@
 // function prototypes
 // ----------------------------------------------------------------------------
 
-// from src/msw/app.cpp
-extern void WXDLLEXPORT wxEntryCleanup();
-
 static wxChar **ConvertToStandardCommandArgs(const wxChar *p, int& argc);
 
 // ============================================================================