* Be more specific about the commctrl.h inclusion.
* We no longer need to add include/reactos/wine as a global inclusions folder.

svn path=/trunk/; revision=60004
This commit is contained in:
Amine Khaldi 2013-09-10 16:28:05 +00:00
parent bd3ccd4826
commit 5d8d612453
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@
spec2def(user32.dll user32.spec ADD_IMPORTLIB)
include_directories(
BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/wine
${REACTOS_SOURCE_DIR}/include/reactos/subsys
include
${REACTOS_SOURCE_DIR}/win32ss/include)

View file

@ -20,7 +20,7 @@
*/
#include <user32.h>
#include <commctrl.h>
#include <wine/commctrl.h>
#include <commdlg.h>
#include <richedit.h>
#include <prsht.h>