X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f252f8c35dc04e75d9ee57d1eff4b98149be797a..e3a6a6b2bc15ddda1d614dd232d37e59ad024044:/src/msw/main.cpp diff --git a/src/msw/main.cpp b/src/msw/main.cpp index f761ec971a..c293e7c511 100644 --- a/src/msw/main.cpp +++ b/src/msw/main.cpp @@ -55,9 +55,6 @@ // function prototypes // ---------------------------------------------------------------------------- -// from src/msw/app.cpp -extern void WXDLLEXPORT wxEntryCleanup(); - static wxChar **ConvertToStandardCommandArgs(const wxChar *p, int& argc); // ============================================================================