hmemcpy16 is a Win16 API, the macro is hmemcpy.

oldstable
Francois Gouget 2000-06-18 17:24:34 +00:00 committed by Alexandre Julliard
parent 829405af93
commit 32e73f05c5
1 changed files with 1 additions and 1 deletions

View File

@ -1413,7 +1413,7 @@ extern "C" {
#define _nmsize _msize
#define _nrealloc realloc
#define _nstrdup _strdup
#define hmemcpy16 MoveMemory
#define hmemcpy MoveMemory
#ifdef __cplusplus
}