| commit | 32e73f05c53740a40aa8344f03ae75700a3398f1 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@psn.net> | Sun Jun 18 17:24:34 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sun Jun 18 17:24:34 2000 +0000 |
| tree | dc14fb8917771fa008889be53cf859011b33487b | |
| parent | 829405af9357208f72034590baaa7ce012654c43 [diff] [blame] |
hmemcpy16 is a Win16 API, the macro is hmemcpy.
diff --git a/include/windowsx.h b/include/windowsx.h index b43343a..4ba4939 100644 --- a/include/windowsx.h +++ b/include/windowsx.h
@@ -1413,7 +1413,7 @@ #define _nmsize _msize #define _nrealloc realloc #define _nstrdup _strdup -#define hmemcpy16 MoveMemory +#define hmemcpy MoveMemory #ifdef __cplusplus }