[NTOBJSHEX]

* Improve the filenames to better represent their purpose at a glance.

svn path=/trunk/; revision=68785
This commit is contained in:
David Quintana 2015-08-21 15:01:04 +00:00
parent 7620e2badc
commit a9bb2ea698
7 changed files with 6 additions and 6 deletions

View file

@ -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)

View file

@ -18,7 +18,7 @@
#include <precomp.h>
#include "ntobjutil.h"
#include "ntobjenum.h"
#include <strsafe.h>
WINE_DEFAULT_DEBUG_CHANNEL(ntobjshex);

View file

@ -7,7 +7,7 @@
*/
#include "precomp.h"
#include "ntobjutil.h"
#include "ntobjenum.h"
#include <ntquery.h>
#include "util.h"

View file

@ -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"

View file

@ -7,7 +7,7 @@
*/
#include "precomp.h"
#include "ntobjutil.h"
#include "ntobjenum.h"
#include <ntquery.h>
#include "util.h"