[EXPLORER]

* Remove one time shlwapi.h inclusion from the main header and put them back where it belongs.
* Cleanup the main header.
CORE-7716

svn path=/trunk/; revision=61610
This commit is contained in:
Amine Khaldi 2014-01-13 13:03:08 +00:00
parent fa4ca7002c
commit ef7c130e5b
2 changed files with 4 additions and 2 deletions

View file

@ -30,6 +30,7 @@
#include <precomp.h> // <precomp.h> instead of "precomp.h" because the ROS build system needs this to find the precompiled header file (*.gch) in the output directory tree
#include <shlwapi.h>
#include <locale.h> // for setlocale()
#ifndef __WINE__

View file

@ -28,10 +28,12 @@
#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT 1
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
@ -39,7 +41,6 @@
#include <winnls.h>
#include <wincon.h>
#include <ole2.h>
#include <shlwapi.h>
#include "utility/utility.h"