mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
Enhance build in other platforms
Avoid linux issue: ../src/WinControls/DoubleBuffer/DoubleBuffer.cpp:18:10: fatal error: CommCtrl.h: No such file or directory 18 | #include <CommCtrl.h> | ^~~~~~~~~~~~ Close #15566
This commit is contained in:
parent
86adb21480
commit
b32c07f746
@ -15,7 +15,7 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "DoubleBuffer.h"
|
||||
#include <CommCtrl.h>
|
||||
#include <commctrl.h>
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user