[PATCH v2 06/16] api-ms-win-crt-heap-l1-1-0: Add stub dll.

Martin Storsjo martin at martin.st
Wed Aug 26 01:44:46 CDT 2015


---
 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 b43db0e..baffd35 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..5ae19b4
--- /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
+@ stub _calloc_base
+@ cdecl _expand(ptr long) ucrtbase._expand
+@ stub _free_base
+@ cdecl _get_heap_handle() ucrtbase._get_heap_handle
+@ cdecl _heapchk() ucrtbase._heapchk
+@ cdecl _heapmin() ucrtbase._heapmin
+@ cdecl _heapwalk(ptr) ucrtbase._heapwalk
+@ stub _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
+@ stub _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 a73f35d..ab9fbdf 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",
-- 
1.8.1.2




More information about the wine-patches mailing list