mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[NTOBJSHEX]
* Improve the filenames to better represent their purpose at a glance. svn path=/trunk/; revision=68785
This commit is contained in:
parent
7620e2badc
commit
a9bb2ea698
7 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include <precomp.h>
|
||||
|
||||
#include "ntobjutil.h"
|
||||
#include "ntobjenum.h"
|
||||
#include <strsafe.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ntobjshex);
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue