Include objbase.h only for Windows

This commit is contained in:
Tony Ganch
2017-09-12 15:56:49 +00:00
committed by Cheng Zhao
parent 513d4fd225
commit 59550b203f

View File

@@ -4,7 +4,9 @@
#include "atom/browser/native_window_views.h"
#if defined(OS_WIN)
#include <objbase.h>
#endif
#include <string>
#include <vector>