From ef061dbc31e1481b0b7d03f95cc8e480fdff1282 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Fri, 10 Jan 2020 16:52:50 +0100 Subject: [PATCH] + fix: Win7 "procedure entry point SetCoalescableTimer could not be located" issue --- Build/Changes.txt | 2 ++ src/Notepad3DLL.vcxproj | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 8976a8272..3a80fc642 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -37,6 +37,7 @@ Current BETA Version 5.20.110.(build_#) (2020-01-10) ----------------------------------------------------- NEW: ----------------------------------------------------- +- Infos of sreen/display for "Copy Version Info" button. - Preserve stream selection in file history (w/ text position remembering). - Language dependent status bar abreviations. - Copy directory to clipboard and Open path in explorer. @@ -49,6 +50,7 @@ NEW: ----------------------------------------------------- CHANGES: ----------------------------------------------------- +- Replace "save modified file warning" by (silent) custom messagebox if message beeps are muted. - Don't Auto-Close blank untitled document, only empty untitled document. - Encoding detection fallback: explicitly defined or (UTF-8 (if valid) else current ANSI code-page). - Use Ctrl+Shift+L for toggle "Menu: Reuse Window" option. diff --git a/src/Notepad3DLL.vcxproj b/src/Notepad3DLL.vcxproj index 6bfb7103c..66fdc189b 100644 --- a/src/Notepad3DLL.vcxproj +++ b/src/Notepad3DLL.vcxproj @@ -109,7 +109,7 @@ false true Disabled - WIN32;STATIC_BUILD;SCI_LEXER;_DEBUG;DEBUG;%(PreprocessorDefinitions) + _WIN32_WINNT=0x601;WINVER=0x601;WIN32;STATIC_BUILD;SCI_LEXER;_DEBUG;DEBUG;%(PreprocessorDefinitions) MultiThreadedDebugDLL Level4 false @@ -173,7 +173,7 @@ false true Disabled - _WIN64;STATIC_BUILD;SCI_LEXER;_DEBUG;DEBUG;%(PreprocessorDefinitions) + _WIN32_WINNT=0x601;WINVER=0x601;_WIN64;STATIC_BUILD;SCI_LEXER;_DEBUG;DEBUG;%(PreprocessorDefinitions) MultiThreadedDebugDLL Level4 false @@ -233,7 +233,7 @@ .\;..\scintilla\include;..\scintilla\lexlib;..\scintilla\src;..\sciXlexers;..\ced\ced;..\uchardet;%(AdditionalIncludeDirectories) true MaxSpeed - WIN32;STATIC_BUILD;SCI_LEXER;NDEBUG;%(PreprocessorDefinitions) + _WIN32_WINNT=0x601;WINVER=0x601;WIN32;STATIC_BUILD;SCI_LEXER;NDEBUG;%(PreprocessorDefinitions) MultiThreadedDLL Level4 None @@ -301,7 +301,7 @@ .\;..\scintilla\include;..\scintilla\lexlib;..\scintilla\src;..\sciXlexers;..\ced\ced;..\uchardet;%(AdditionalIncludeDirectories) true MaxSpeed - _WIN64;STATIC_BUILD;SCI_LEXER;NDEBUG;%(PreprocessorDefinitions) + _WIN32_WINNT=0x601;WINVER=0x601;_WIN64;STATIC_BUILD;SCI_LEXER;NDEBUG;%(PreprocessorDefinitions) MultiThreadedDLL Level4 None