[MOUNTMGR]

Get rid of a hack, thanks to r69413

svn path=/trunk/; revision=69414
This commit is contained in:
Pierre Schweitzer 2015-09-29 17:30:54 +00:00
parent 0f64d20e8a
commit 2ca6577687
2 changed files with 1 additions and 7 deletions

View file

@ -10,7 +10,7 @@ list(APPEND SOURCE
mntmgr.h)
add_library(mountmgr SHARED ${SOURCE} mountmgr.rc)
target_link_libraries(mountmgr wdmguid ioevent)
target_link_libraries(mountmgr wdmguid ioevent memcmp)
set_module_type(mountmgr kernelmodedriver)
add_importlibs(mountmgr ntoskrnl hal)
add_pch(mountmgr mntmgr.h SOURCE)

View file

@ -16,12 +16,6 @@
#endif
/* Enter FIXME */
#ifdef IsEqualGUID
#undef IsEqualGUID
#endif
#define IsEqualGUID(rguid1, rguid2) (RtlCompareMemory(rguid1, rguid2, sizeof(GUID)) == sizeof(GUID))
#define FILE_READ_PROPERTIES 0x00000008
#define FILE_WRITE_PROPERTIES 0x00000010
/* Leave FIXME */