[USERINIT]

* Remove an unneeded include.
* Improve the cmake file a bit.

svn path=/trunk/; revision=56312
This commit is contained in:
Amine Khaldi
2012-04-01 22:03:14 +00:00
parent e19d519f52
commit b2f0e3cbda
2 changed files with 0 additions and 6 deletions
@@ -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)
-1
View File
@@ -31,7 +31,6 @@
#include <undocuser.h>
#include "resource.h"
#include <wine/debug.h>
#include <win32k/ntusrtyp.h>
WINE_DEFAULT_DEBUG_CHANNEL(userinit);