Commit 32e73f05 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

hmemcpy16 is a Win16 API, the macro is hmemcpy.

parent 829405af
...@@ -1413,7 +1413,7 @@ extern "C" { ...@@ -1413,7 +1413,7 @@ extern "C" {
#define _nmsize _msize #define _nmsize _msize
#define _nrealloc realloc #define _nrealloc realloc
#define _nstrdup _strdup #define _nstrdup _strdup
#define hmemcpy16 MoveMemory #define hmemcpy MoveMemory
#ifdef __cplusplus #ifdef __cplusplus
} }
......
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