Merge pull request #10396 from electron/cleanup

Cleanup obsolete code
This commit is contained in:
Cheng Zhao 2017-08-30 19:05:05 +09:00 committed by GitHub
commit c2ab4f711f
4 changed files with 4 additions and 27 deletions

View file

@ -9,6 +9,7 @@
#if defined(OS_WIN)
#include <windows.h> // windows.h must be included first
#include <atlbase.h> // ensures that ATL statics like `_AtlWinModule` are initialized (it's an issue in static debug build)
#include <shellapi.h>
#include <shellscalingapi.h>
#include <tchar.h>