Author: ion
Date: Thu May 25 02:56:46 2006
New Revision: 22028
URL:
http://svn.reactos.ru/svn/reactos?rev=22028&view=rev
Log:
Forgot to commit this change
Modified:
trunk/reactos/include/ddk/winddk.h
Modified: trunk/reactos/include/ddk/winddk.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/include/ddk/winddk.h?rev=22…
==============================================================================
--- trunk/reactos/include/ddk/winddk.h (original)
+++ trunk/reactos/include/ddk/winddk.h Thu May 25 02:56:46 2006
@@ -354,6 +354,8 @@
FILE_APPEND_DATA | \
SYNCHRONIZE)
/* end winnt.h */
+
+#define OBJ_NAME_PATH_SEPARATOR ((WCHAR)L'\\')
#define OBJECT_TYPE_CREATE (0x0001)
#define OBJECT_TYPE_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | 0x1)