Define WM_DPICHANGED if the compiler doesn't support it yet.

pull/346/head
Wouter 2020-04-24 23:30:27 +02:00
parent 697529028a
commit 5f152906f8
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@
#include <time.h> #include <time.h>
#include <commctrl.h> #include <commctrl.h>
#ifndef WM_DPICHANGED
#define WM_DPICHANGED 0x02E0
#endif
#include "tray.h" #include "tray.h"
#include "main.h" #include "main.h"
#include "openvpn.h" #include "openvpn.h"