mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOBJSHEX]
* Improve the filenames to better represent their purpose at a glance. svn path=/trunk/; revision=68785
This commit is contained in:
@@ -15,9 +15,9 @@ include_directories(
|
||||
spec2def(ntobjshex.dll ntobjshex.spec)
|
||||
|
||||
add_library(ntobjshex SHARED
|
||||
ntobjns.cpp
|
||||
ntobjenum.cpp
|
||||
ntobjfolder.cpp
|
||||
ntobjshex.cpp
|
||||
ntobjutil.cpp
|
||||
ntobjshex.rc
|
||||
regfolder.cpp
|
||||
${CMAKE_CURRENT_BINARY_DIR}/ntobjshex.def)
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <precomp.h>
|
||||
|
||||
#include "ntobjutil.h"
|
||||
#include "ntobjenum.h"
|
||||
#include <strsafe.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ntobjshex);
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include "ntobjutil.h"
|
||||
#include "ntobjenum.h"
|
||||
#include <ntquery.h>
|
||||
#include "util.h"
|
||||
|
||||
@@ -46,5 +46,5 @@ extern HINSTANCE g_hInstance;
|
||||
DEFINE_GUID(CLSID_NtObjectFolder,
|
||||
0x845b0fb2, 0x66e0, 0x416b, 0x8f, 0x91, 0x31, 0x4e, 0x23, 0xf7, 0xc1, 0x2d);
|
||||
|
||||
#include "ntobjns.h"
|
||||
#include "ntobjfolder.h"
|
||||
#include "regfolder.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
#include "ntobjutil.h"
|
||||
#include "ntobjenum.h"
|
||||
#include <ntquery.h>
|
||||
#include "util.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user