[DEVMGMT]

- A few fixes and turn it on in the build to check the build machines are happy

svn path=/trunk/; revision=69546
This commit is contained in:
Ged Murphy 2015-10-15 17:28:08 +00:00
parent 7fb73dcf30
commit 8f9704e9e0
4 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
add_subdirectory(devmgmt)
add_subdirectory(devmgmt_new)
add_subdirectory(eventvwr)
add_subdirectory(servman)

View file

@ -3,8 +3,7 @@ set_cpp(WITH_RTTI WITH_RUNTIME)
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/dll)
list(APPEND SOURCE
devmgmt.cpp)
list(APPEND SOURCE devmgmt.cpp)
add_executable(devmgmt ${SOURCE} devmgmt.rc)
set_module_type(devmgmt win32gui UNICODE)

View file

@ -1,7 +1,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <cfgmgr32.h>
#include <devmgr\devmgr.h>
#include <devmgr/devmgr.h>
int WINAPI
wWinMain(HINSTANCE hThisInstance,