Bin duplicate definitions (already in file_error.h)

Change-Id: I82628046e8a40d45b0e711079e1cab9be89d69a9
This commit is contained in:
Tor Lillqvist
2014-01-09 12:20:57 +02:00
parent 5695281404
commit b85d7b380a

View File

@@ -35,12 +35,6 @@
#include <stdio.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_LONG_PATH_PREFIX L"\\\\?\\"
#define WSTR_LONG_PATH_PREFIX_UNC L"\\\\?\\UNC\\"