[REGEDIT]
[reactos.git] / reactos / base / applications / regedit / regedit.h
index 44b3a3a..fba55ee 100644 (file)
@@ -6,18 +6,17 @@
 #include <windows.h>
 
 #define NTOS_MODE_USER
-#include <ndk/ntndk.h>
+#include <ndk/cmtypes.h>
 
 #include <commctrl.h>
 #include <shellapi.h>
 #include <shlwapi.h>
 #include <stdlib.h>
-#include <tchar.h>
+//#include <tchar.h>
 #include <process.h>
 #include <stdio.h>
 #include <limits.h>
 #include <accctrl.h>
-#include <objbase.h>
 #include <unknwn.h>
 #include <aclapi.h>
 #include <commdlg.h>
@@ -30,4 +29,7 @@
 #include "regproc.h"
 #include "hexedit.h"
 #include "security.h"
+
 #endif
+
+/* EOF */