Kaydet (Commit) b85d7b38 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin duplicate definitions (already in file_error.h)

Change-Id: I82628046e8a40d45b0e711079e1cab9be89d69a9
üst 56952814
...@@ -35,12 +35,6 @@ ...@@ -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\\"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment