mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[W32KNAPI]
* Adapt to the new subsystem layout. svn path=/trunk/; revision=56322
This commit is contained in:
parent
38209482a4
commit
4a7200a793
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue