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

pull/346/head
Wouter 2020-04-24 23:30:27 +02:00
parent 19caec06bb
commit e699e94d40
1 changed files with 4 additions and 0 deletions

View File

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