Include windows.h first
This commit is contained in:
parent
6285500cdc
commit
3dd5628ded
6 changed files with 12 additions and 6 deletions
|
@ -4,11 +4,12 @@
|
|||
|
||||
#include "atom/browser/browser.h"
|
||||
|
||||
#include <windows.h> // windows.h must be included first
|
||||
|
||||
#include <atlbase.h>
|
||||
#include <propkey.h>
|
||||
#include <shlobj.h>
|
||||
#include <shobjidl.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "atom/common/atom_version.h"
|
||||
#include "atom/common/native_mate_converters/string16_converter.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue