diff --git a/src/Config.h b/src/Config.h index 46de57ab..3ff81c8b 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 1 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 3 -#define VER_LAMEXP_BUILD 1603 +#define VER_LAMEXP_BUILD 1604 #define VER_LAMEXP_CONFG 1558 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Global_Win32.cpp b/src/Global_Win32.cpp index a1a74b96..3e5123ec 100644 --- a/src/Global_Win32.cpp +++ b/src/Global_Win32.cpp @@ -160,7 +160,7 @@ const char* LAMEXP_DEFAULT_TRANSLATION = "LameXP_EN.qm"; */ static __forceinline bool lamexp_check_for_debugger(void) { - return false; + return false; //FIXME !!! __try { CloseHandle((HANDLE)((DWORD_PTR)-3)); @@ -1152,10 +1152,6 @@ extern "C" void _lamexp_global_init_win32(void) extern "C" void _lamexp_global_free_win32(void) { - //Destroy Qt application object - QApplication *application = dynamic_cast(QApplication::instance()); - MUTILS_DELETE(application); - //Release DWM API g_lamexp_dwmapi.dwmIsCompositionEnabled = NULL; g_lamexp_dwmapi.dwmExtendFrameIntoClientArea = NULL;