hmemcpy16 is a Win16 API, the macro is hmemcpy.
This commit is contained in:
parent
829405af93
commit
32e73f05c5
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue