From: Martin Storsjo Subject: [PATCH v2 12/22] api-ms-win-crt-heap-l1-1-0: Add stub dll. Message-Id: <1438629981-27217-12-git-send-email-martin@martin.st> Date: Mon, 3 Aug 2015 22:26:11 +0300 --- configure.ac | 1 + dlls/api-ms-win-crt-heap-l1-1-0/Makefile.in | 1 + .../api-ms-win-crt-heap-l1-1-0.spec | 27 ++++++++++++++++++++++ tools/make_specfiles | 1 + 4 files changed, 30 insertions(+) create mode 100644 dlls/api-ms-win-crt-heap-l1-1-0/Makefile.in create mode 100644 dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec diff --git a/configure.ac b/configure.ac index df995a2..6409ccd 100644 --- a/configure.ac +++ b/configure.ac @@ -2759,6 +2759,7 @@ WINE_CONFIG_DLL(api-ms-win-crt-conio-l1-1-0) WINE_CONFIG_DLL(api-ms-win-crt-convert-l1-1-0) WINE_CONFIG_DLL(api-ms-win-crt-environment-l1-1-0) WINE_CONFIG_DLL(api-ms-win-crt-filesystem-l1-1-0) +WINE_CONFIG_DLL(api-ms-win-crt-heap-l1-1-0) WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0) WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l2-1-0) WINE_CONFIG_DLL(api-ms-win-downlevel-normaliz-l1-1-0) diff --git a/dlls/api-ms-win-crt-heap-l1-1-0/Makefile.in b/dlls/api-ms-win-crt-heap-l1-1-0/Makefile.in new file mode 100644 index 0000000..0327084 --- /dev/null +++ b/dlls/api-ms-win-crt-heap-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-crt-heap-l1-1-0.dll diff --git a/dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec b/dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec new file mode 100644 index 0000000..418926e --- /dev/null +++ b/dlls/api-ms-win-crt-heap-l1-1-0/api-ms-win-crt-heap-l1-1-0.spec @@ -0,0 +1,27 @@ +@ cdecl _aligned_free(ptr) ucrtbase._aligned_free +@ cdecl _aligned_malloc(long long) ucrtbase._aligned_malloc +@ cdecl _aligned_msize(ptr long long) ucrtbase._aligned_msize +@ cdecl _aligned_offset_malloc(long long long) ucrtbase._aligned_offset_malloc +@ cdecl _aligned_offset_realloc(ptr long long long) ucrtbase._aligned_offset_realloc +@ stub _aligned_offset_recalloc +@ cdecl _aligned_realloc(ptr long long) ucrtbase._aligned_realloc +@ stub _aligned_recalloc +@ cdecl _callnewh(long) ucrtbase._callnewh +@ cdecl _calloc_base(long long) ucrtbase._calloc_base +@ cdecl _expand(ptr long) ucrtbase._expand +@ cdecl _free_base(ptr) ucrtbase._free_base +@ cdecl _get_heap_handle() ucrtbase._get_heap_handle +@ cdecl _heapchk() ucrtbase._heapchk +@ cdecl _heapmin() ucrtbase._heapmin +@ cdecl _heapwalk(ptr) ucrtbase._heapwalk +@ cdecl _malloc_base(long) ucrtbase._malloc_base +@ cdecl _msize(ptr) ucrtbase._msize +@ stub _query_new_handler +@ stub _query_new_mode +@ stub _realloc_base +@ cdecl _recalloc(ptr long long) ucrtbase._recalloc +@ cdecl _set_new_mode(long) ucrtbase._set_new_mode +@ cdecl calloc(long long) ucrtbase.calloc +@ cdecl free(ptr) ucrtbase.free +@ cdecl malloc(long) ucrtbase.malloc +@ cdecl realloc(ptr long) ucrtbase.realloc diff --git a/tools/make_specfiles b/tools/make_specfiles index 440d188..8a8afb7 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -55,6 +55,7 @@ my @dll_groups = "api-ms-win-crt-convert-l1-1-0", "api-ms-win-crt-environment-l1-1-0", "api-ms-win-crt-filesystem-l1-1-0", + "api-ms-win-crt-heap-l1-1-0", ], [ "msvcp120", -- 2.3.2.223.g7a9409c