[W32KNAPI]

* Adapt to the new subsystem layout.

svn path=/trunk/; revision=56322
This commit is contained in:
Amine Khaldi 2012-04-02 18:43:35 +00:00
parent 38209482a4
commit 4a7200a793
2 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,6 @@
add_definitions(-D_DLL -D__USE_CRTIMP)
set_rc_compiler()
include_directories(${REACTOS_SOURCE_DIR}/win32ss/include)
list(APPEND SOURCE
osver.c

View file

@ -16,12 +16,12 @@
#include <prntfont.h>
/* Public Win32K Headers */
#include <win32k/ntusrtyp.h>
#include <win32k/ntuser.h>
#include <win32k/callback.h>
#include <win32k/ntgdityp.h>
#include <ntusrtyp.h>
#include <ntuser.h>
#include <callback.h>
#include <ntgdityp.h>
#include <ntgdi.h>
#include <win32k/ntgdihdl.h>
#include <ntgdihdl.h>
#include "../apitest.h"
#include "resource.h"