mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[USERINIT]
* Remove an unneeded include. * Improve the cmake file a bit. svn path=/trunk/; revision=56312
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
|
||||
include_directories(.)
|
||||
set_rc_compiler()
|
||||
|
||||
add_executable(userinit userinit.c userinit.rc)
|
||||
|
||||
target_link_libraries(userinit wine)
|
||||
|
||||
set_module_type(userinit win32gui UNICODE)
|
||||
add_importlibs(userinit user32 gdi32 advapi32 shell32 shlwapi msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET userinit DESTINATION reactos/system32 FOR all)
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include <undocuser.h>
|
||||
#include "resource.h"
|
||||
#include <wine/debug.h>
|
||||
#include <win32k/ntusrtyp.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(userinit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user