- A few fixes and turn it on in the build to check the build machines are happy
svn path=/trunk/; revision=69546
-add_subdirectory(devmgmt)
+add_subdirectory(devmgmt_new)
add_subdirectory(eventvwr)
add_subdirectory(servman)
\ No newline at end of file
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)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <cfgmgr32.h>
-#include <devmgr\devmgr.h>
+#include <devmgr/devmgr.h>
int WINAPI
wWinMain(HINSTANCE hThisInstance,