Include windows.h first

This commit is contained in:
Kevin Sawicki 2016-08-26 15:43:40 -07:00
parent 6285500cdc
commit 3dd5628ded
6 changed files with 12 additions and 6 deletions

View file

@ -4,13 +4,14 @@
#include "atom/common/platform_util.h"
#include <windows.h> // windows.h must be included first
#include <atlbase.h>
#include <comdef.h>
#include <commdlg.h>
#include <dwmapi.h>
#include <shellapi.h>
#include <shlobj.h>
#include <windows.h>
#include "base/bind.h"
#include "base/bind_helpers.h"