Author: akhaldi
Date: Wed Dec 12 12:20:26 2012
New Revision: 57886
URL:
http://svn.reactos.org/svn/reactos?rev=57886&view=rev
Log:
[SHELL32]
* Remove unneeded config.h inclusion.
* Remove an unneeded include dir.
Modified:
trunk/reactos/dll/win32/shell32/CMakeLists.txt
trunk/reactos/dll/win32/shell32/precomp.h
Modified: trunk/reactos/dll/win32/shell32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/CMakeLis…
==============================================================================
--- trunk/reactos/dll/win32/shell32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/CMakeLists.txt [iso-8859-1] Wed Dec 12 12:20:26 2012
@@ -9,7 +9,6 @@
-D_WINE)
include_directories(
- ${REACTOS_SOURCE_DIR}/include/reactos/wine
${REACTOS_SOURCE_DIR}/lib/recyclebin
${REACTOS_SOURCE_DIR}/lib/atl
${REACTOS_SOURCE_DIR})
Modified: trunk/reactos/dll/win32/shell32/precomp.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/precomp.…
==============================================================================
--- trunk/reactos/dll/win32/shell32/precomp.h [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/precomp.h [iso-8859-1] Wed Dec 12 12:20:26 2012
@@ -1,7 +1,5 @@
#ifndef _PRECOMP_H__
#define _PRECOMP_H__
-
-#include "config.h"
#include <stdarg.h>
#include <stdlib.h>