Include windows.h first
This commit is contained in:
parent
6285500cdc
commit
3dd5628ded
6 changed files with 12 additions and 6 deletions
|
@ -4,8 +4,9 @@
|
|||
|
||||
#include "atom/browser/ui/message_box.h"
|
||||
|
||||
#include <windows.h> // windows.h must be included first
|
||||
|
||||
#include <commctrl.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue