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