Keep functions from both.

Signed-off-by: Martin Storsjö <mar...@martin.st>
---
 mingw-w64-crt/{lib64 => lib-common}/comctl32.def |  17 ++-
 mingw-w64-crt/libarm32/comctl32.def              | 185 -----------------------
 2 files changed, 11 insertions(+), 191 deletions(-)
 rename mingw-w64-crt/{lib64 => lib-common}/comctl32.def (93%)
 delete mode 100644 mingw-w64-crt/libarm32/comctl32.def

diff --git a/mingw-w64-crt/lib64/comctl32.def 
b/mingw-w64-crt/lib-common/comctl32.def
similarity index 93%
rename from mingw-w64-crt/lib64/comctl32.def
rename to mingw-w64-crt/lib-common/comctl32.def
index 207caa6..6683f72 100644
--- a/mingw-w64-crt/lib64/comctl32.def
+++ b/mingw-w64-crt/lib-common/comctl32.def
@@ -1,9 +1,3 @@
-; 
-; Exports of file COMCTL32.dll
-;
-; Autogenerated by gen_exportdef
-; Written by Kai Tietz, 2007
-;
 LIBRARY COMCTL32.dll
 EXPORTS
 MenuHelp
@@ -13,6 +7,9 @@ DrawStatusTextA
 CreateStatusWindowA
 CreateToolbar
 CreateMappedBitmap
+DPA_LoadStream
+DPA_SaveStream
+DPA_Merge
 CreatePropertySheetPage
 MakeDragList
 LBItemFromPt
@@ -95,20 +92,28 @@ FreeMRUList
 Str_SetPtrW
 DSA_Create
 DSA_Destroy
+DSA_GetItem
 DSA_GetItemPtr
 DSA_InsertItem
+DSA_SetItem
+DSA_DeleteItem
 DSA_DeleteAllItems
 DPA_Create
 DPA_Destroy
+DPA_Grow
+DPA_Clone
 DPA_GetPtr
+DPA_GetPtrIndex
 DPA_InsertPtr
 DPA_SetPtr
 DPA_DeletePtr
 DPA_DeleteAllPtrs
 DPA_Sort
 DPA_Search
+DPA_CreateEx
 DPA_EnumCallback
 DPA_DestroyCallback
+DSA_EnumCallback
 DSA_DestroyCallback
 CreateMRUListW
 AddMRUStringW
diff --git a/mingw-w64-crt/libarm32/comctl32.def 
b/mingw-w64-crt/libarm32/comctl32.def
deleted file mode 100644
index 18afa7a..0000000
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to