提交 afb62d88 编写于 作者: K Konstantin Ritt

Do not define MemoryBarrier on WinCE

There is a _HBMemoryBarrier() wrapper function that emulates
MemoryBarrier() behavior when it is not defined.
上级 7db326a1
...@@ -138,7 +138,6 @@ ...@@ -138,7 +138,6 @@
#ifdef _WIN32_WCE #ifdef _WIN32_WCE
/* Some things not defined on Windows CE. */ /* Some things not defined on Windows CE. */
#define MemoryBarrier()
#define getenv(Name) NULL #define getenv(Name) NULL
#define setlocale(Category, Locale) "C" #define setlocale(Category, Locale) "C"
static int errno = 0; /* Use something better? */ static int errno = 0; /* Use something better? */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册