Move OBJ_NAME_PATH_SEPARATOR to ndk/obtypes.h (inspired by w3seek). Should make applying NDK patch easier.

svn path=/trunk/; revision=21807
This commit is contained in:
Aleksey Bragin
2006-05-05 17:46:05 +00:00
parent 28731a5081
commit b78cdcabbd
4 changed files with 5 additions and 8 deletions
-3
View File
@@ -16,9 +16,6 @@
#define EXPORT STDCALL
#define OBJ_NAME_PATH_SEPARATOR ((WCHAR)L'\\')
#endif /* __WS2HELP_H */
/* EOF */
-3
View File
@@ -16,9 +16,6 @@
#define EXPORT STDCALL
#define OBJ_NAME_PATH_SEPARATOR ((WCHAR)L'\\')
#endif /* __WSHIRDA_H */
/* EOF */
@@ -13,8 +13,6 @@
#define EXPORT STDCALL
#define OBJ_NAME_PATH_SEPARATOR ((WCHAR)L'\\')
#define DD_TCP_DEVICE_NAME L"\\Device\\Tcp"
#define DD_UDP_DEVICE_NAME L"\\Device\\Udp"
#define DD_RAW_IP_DEVICE_NAME L"\\Device\\RawIp"
+5
View File
@@ -57,6 +57,11 @@ Author:
#define DIRECTORY_CREATE_SUBDIRECTORY 0x0008
#define DIRECTORY_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | 0xF)
//
// Slash separator used in the OB Namespace (and Registry)
//
#define OBJ_NAME_PATH_SEPARATOR L'\\'
#else
//