Bin duplicate definitions (already in file_error.h)
Change-Id: I82628046e8a40d45b0e711079e1cab9be89d69a9
This commit is contained in:
@@ -35,12 +35,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
||||||
#if OSL_DEBUG_LEVEL > 0
|
|
||||||
#define OSL_ENSURE_FILE( cond, msg, file ) ( (cond) ? (void)0 : _osl_warnFile( msg, file ) )
|
|
||||||
#else
|
|
||||||
#define OSL_ENSURE_FILE( cond, msg, file ) ((void)0)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\"
|
#define WSTR_SYSTEM_ROOT_PATH L"\\\\.\\"
|
||||||
#define WSTR_LONG_PATH_PREFIX L"\\\\?\\"
|
#define WSTR_LONG_PATH_PREFIX L"\\\\?\\"
|
||||||
#define WSTR_LONG_PATH_PREFIX_UNC L"\\\\?\\UNC\\"
|
#define WSTR_LONG_PATH_PREFIX_UNC L"\\\\?\\UNC\\"
|
||||||
|
Reference in New Issue
Block a user