crt: Share def files that only differ in unnamed ordinals between lib64 and libarm32 Signed-off-by: Martin Storsjö <martin@martin.st>
diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 9fb87e9..7479917 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am
@@ -844,7 +844,7 @@ lib64_LIBRARIES += lib64/libgdiplus.a lib64_libgdiplus_a_SOURCES = $(src_libgdiplus) lib64_libgdiplus_a_CPPFLAGS=$(CPPFLAGS64) $(sysincludes) -lib64_libgdiplus_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) +lib64_libgdiplus_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) lib64_LIBRARIES += lib64/libws2_32.a lib64_libws2_32_a_SOURCES = $(src_libws2_32) @@ -1142,7 +1142,7 @@ libarm32_LIBRARIES += libarm32/libgdiplus.a libarm32_libgdiplus_a_SOURCES = $(src_libgdiplus) libarm32_libgdiplus_a_CPPFLAGS=$(CPPFLAGSARM32) $(sysincludes) -libarm32_libgdiplus_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) +libarm32_libgdiplus_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) libarm32_LIBRARIES += libarm32/libws2_32.a libarm32_libws2_32_a_SOURCES = $(src_libws2_32) @@ -1229,7 +1229,7 @@ dx32_DATA += libarm32/libd3dcompiler.a libarm32_DATA += libarm32/libruntimeobject.a libarm32/libsynchronization.a -libarm32/libxinput.a: libarm32/xinput1_4.def +libarm32/libxinput.a: lib-common/xinput1_4.def $(DTDEFARM32) $< libarm32/libd3dcompiler.a: lib-common/d3dcompiler_47.def $(DTDEFARM32) $<
diff --git a/mingw-w64-crt/Makefile.in b/mingw-w64-crt/Makefile.in index ef1a04e..0d186a0 100644 --- a/mingw-w64-crt/Makefile.in +++ b/mingw-w64-crt/Makefile.in
@@ -5857,7 +5857,7 @@ @LIB64_TRUE@lib64_libuuid_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) @LIB64_TRUE@lib64_libgdiplus_a_SOURCES = $(src_libgdiplus) @LIB64_TRUE@lib64_libgdiplus_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) -@LIB64_TRUE@lib64_libgdiplus_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) +@LIB64_TRUE@lib64_libgdiplus_a_AR = $(DTDEF64) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) @LIB64_TRUE@lib64_libws2_32_a_SOURCES = $(src_libws2_32) @LIB64_TRUE@lib64_libws2_32_a_CPPFLAGS = $(CPPFLAGS64) $(sysincludes) @LIB64_TRUE@lib64_libws2_32_a_AR = $(DTLIB64) && $(AR) $(ARFLAGS) @@ -6355,7 +6355,7 @@ @LIBARM32_TRUE@libarm32_libuuid_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) @LIBARM32_TRUE@libarm32_libgdiplus_a_SOURCES = $(src_libgdiplus) @LIBARM32_TRUE@libarm32_libgdiplus_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) -@LIBARM32_TRUE@libarm32_libgdiplus_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) +@LIBARM32_TRUE@libarm32_libgdiplus_a_AR = $(DTDEFARM32) $(top_srcdir)/lib-common/gdiplus.def && $(AR) $(ARFLAGS) @LIBARM32_TRUE@libarm32_libws2_32_a_SOURCES = $(src_libws2_32) @LIBARM32_TRUE@libarm32_libws2_32_a_CPPFLAGS = $(CPPFLAGSARM32) $(sysincludes) @LIBARM32_TRUE@libarm32_libws2_32_a_AR = $(DTLIBARM32) && $(AR) $(ARFLAGS) @@ -49231,7 +49231,7 @@ @LIBARM32_TRUE@ $(AR) -M < $< @LIBARM32_TRUE@ $(RANLIB) $@ -@LIBARM32_TRUE@libarm32/libxinput.a: libarm32/xinput1_4.def +@LIBARM32_TRUE@libarm32/libxinput.a: lib-common/xinput1_4.def @LIBARM32_TRUE@ $(DTDEFARM32) $< @LIBARM32_TRUE@libarm32/libd3dcompiler.a: lib-common/d3dcompiler_47.def @LIBARM32_TRUE@ $(DTDEFARM32) $<
diff --git a/mingw-w64-crt/lib64/comdlg32.def b/mingw-w64-crt/lib-common/comdlg32.def similarity index 100% rename from mingw-w64-crt/lib64/comdlg32.def rename to mingw-w64-crt/lib-common/comdlg32.def
diff --git a/mingw-w64-crt/lib64/gdiplus.def b/mingw-w64-crt/lib-common/gdiplus.def similarity index 100% rename from mingw-w64-crt/lib64/gdiplus.def rename to mingw-w64-crt/lib-common/gdiplus.def
diff --git a/mingw-w64-crt/lib64/rpcss.def b/mingw-w64-crt/lib-common/rpcss.def similarity index 100% rename from mingw-w64-crt/lib64/rpcss.def rename to mingw-w64-crt/lib-common/rpcss.def
diff --git a/mingw-w64-crt/lib64/slwga.def b/mingw-w64-crt/lib-common/slwga.def similarity index 100% rename from mingw-w64-crt/lib64/slwga.def rename to mingw-w64-crt/lib-common/slwga.def
diff --git a/mingw-w64-crt/lib64/xinput1_4.def b/mingw-w64-crt/lib-common/xinput1_4.def similarity index 100% rename from mingw-w64-crt/lib64/xinput1_4.def rename to mingw-w64-crt/lib-common/xinput1_4.def
diff --git a/mingw-w64-crt/libarm32/comdlg32.def b/mingw-w64-crt/libarm32/comdlg32.def deleted file mode 100644 index 293f30b..0000000 --- a/mingw-w64-crt/libarm32/comdlg32.def +++ /dev/null
@@ -1,35 +0,0 @@ -; -; Definition file of COMDLG32.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "COMDLG32.dll" -EXPORTS -ord_100 @100 -ord_101 @101 -ChooseColorA -ChooseColorW -ChooseFontA -ChooseFontW -CommDlgExtendedError -FindTextA -FindTextW -GetFileTitleA -GetFileTitleW -GetOpenFileNameA -GetOpenFileNameW -GetSaveFileNameA -GetSaveFileNameW -LoadAlterBitmap -PageSetupDlgA -PageSetupDlgW -PrintDlgA -PrintDlgExA -PrintDlgExW -PrintDlgW -ReplaceTextA -ReplaceTextW -Ssync_ANSI_UNICODE_Struct_For_WOW -WantArrows -dwLBSubclass -dwOKSubclass
diff --git a/mingw-w64-crt/libarm32/gdiplus.def b/mingw-w64-crt/libarm32/gdiplus.def deleted file mode 100644 index ba9c09f..0000000 --- a/mingw-w64-crt/libarm32/gdiplus.def +++ /dev/null
@@ -1,638 +0,0 @@ -; -; Definition file of gdiplus.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "gdiplus.dll" -EXPORTS -GdipAddPathArc -GdipAddPathArcI -GdipAddPathBezier -GdipAddPathBezierI -GdipAddPathBeziers -GdipAddPathBeziersI -GdipAddPathClosedCurve -GdipAddPathClosedCurve2 -GdipAddPathClosedCurve2I -GdipAddPathClosedCurveI -GdipAddPathCurve -GdipAddPathCurve2 -GdipAddPathCurve2I -GdipAddPathCurve3 -GdipAddPathCurve3I -GdipAddPathCurveI -GdipAddPathEllipse -GdipAddPathEllipseI -GdipAddPathLine -GdipAddPathLine2 -GdipAddPathLine2I -GdipAddPathLineI -GdipAddPathPath -GdipAddPathPie -GdipAddPathPieI -GdipAddPathPolygon -GdipAddPathPolygonI -GdipAddPathRectangle -GdipAddPathRectangleI -GdipAddPathRectangles -GdipAddPathRectanglesI -GdipAddPathString -GdipAddPathStringI -GdipAlloc -GdipBeginContainer -GdipBeginContainer2 -GdipBeginContainerI -GdipBitmapGetPixel -GdipBitmapLockBits -GdipBitmapSetPixel -GdipBitmapSetResolution -GdipBitmapUnlockBits -GdipClearPathMarkers -GdipCloneBitmapArea -GdipCloneBitmapAreaI -GdipCloneBrush -GdipCloneCustomLineCap -GdipCloneFont -GdipCloneFontFamily -GdipCloneImage -GdipCloneImageAttributes -GdipCloneMatrix -GdipClonePath -GdipClonePen -GdipCloneRegion -GdipCloneStringFormat -GdipClosePathFigure -GdipClosePathFigures -GdipCombineRegionPath -GdipCombineRegionRect -GdipCombineRegionRectI -GdipCombineRegionRegion -GdipComment -GdipCreateAdjustableArrowCap -GdipCreateBitmapFromDirectDrawSurface -GdipCreateBitmapFromFile -GdipCreateBitmapFromFileICM -GdipCreateBitmapFromGdiDib -GdipCreateBitmapFromGraphics -GdipCreateBitmapFromHBITMAP -GdipCreateBitmapFromHICON -GdipCreateBitmapFromResource -GdipCreateBitmapFromScan0 -GdipCreateBitmapFromStream -GdipCreateBitmapFromStreamICM -GdipCreateCachedBitmap -GdipCreateCustomLineCap -GdipCreateFont -GdipCreateFontFamilyFromName -GdipCreateFontFromDC -GdipCreateFontFromLogfontA -GdipCreateFontFromLogfontW -GdipCreateFromHDC -GdipCreateFromHDC2 -GdipCreateFromHWND -GdipCreateFromHWNDICM -GdipCreateHBITMAPFromBitmap -GdipCreateHICONFromBitmap -GdipCreateHalftonePalette -GdipCreateHatchBrush -GdipCreateImageAttributes -GdipCreateLineBrush -GdipCreateLineBrushFromRect -GdipCreateLineBrushFromRectI -GdipCreateLineBrushFromRectWithAngle -GdipCreateLineBrushFromRectWithAngleI -GdipCreateLineBrushI -GdipCreateMatrix -GdipCreateMatrix2 -GdipCreateMatrix3 -GdipCreateMatrix3I -GdipCreateMetafileFromEmf -GdipCreateMetafileFromFile -GdipCreateMetafileFromStream -GdipCreateMetafileFromWmf -GdipCreateMetafileFromWmfFile -GdipCreatePath -GdipCreatePath2 -GdipCreatePath2I -GdipCreatePathGradient -GdipCreatePathGradientFromPath -GdipCreatePathGradientI -GdipCreatePathIter -GdipCreatePen1 -GdipCreatePen2 -GdipCreateRegion -GdipCreateRegionHrgn -GdipCreateRegionPath -GdipCreateRegionRect -GdipCreateRegionRectI -GdipCreateRegionRgnData -GdipCreateSolidFill -GdipCreateStreamOnFile -GdipCreateStringFormat -GdipCreateTexture -GdipCreateTexture2 -GdipCreateTexture2I -GdipCreateTextureIA -GdipCreateTextureIAI -GdipDeleteBrush -GdipDeleteCachedBitmap -GdipDeleteCustomLineCap -GdipDeleteFont -GdipDeleteFontFamily -GdipDeleteGraphics -GdipDeleteMatrix -GdipDeletePath -GdipDeletePathIter -GdipDeletePen -GdipDeletePrivateFontCollection -GdipDeleteRegion -GdipDeleteStringFormat -GdipDisposeImage -GdipDisposeImageAttributes -GdipDrawArc -GdipDrawArcI -GdipDrawBezier -GdipDrawBezierI -GdipDrawBeziers -GdipDrawBeziersI -GdipDrawCachedBitmap -GdipDrawClosedCurve -GdipDrawClosedCurve2 -GdipDrawClosedCurve2I -GdipDrawClosedCurveI -GdipDrawCurve -GdipDrawCurve2 -GdipDrawCurve2I -GdipDrawCurve3 -GdipDrawCurve3I -GdipDrawCurveI -GdipDrawDriverString -GdipDrawEllipse -GdipDrawEllipseI -GdipDrawImage -GdipDrawImageI -GdipDrawImagePointRect -GdipDrawImagePointRectI -GdipDrawImagePoints -GdipDrawImagePointsI -GdipDrawImagePointsRect -GdipDrawImagePointsRectI -GdipDrawImageRect -GdipDrawImageRectI -GdipDrawImageRectRect -GdipDrawImageRectRectI -GdipDrawLine -GdipDrawLineI -GdipDrawLines -GdipDrawLinesI -GdipDrawPath -GdipDrawPie -GdipDrawPieI -GdipDrawPolygon -GdipDrawPolygonI -GdipDrawRectangle -GdipDrawRectangleI -GdipDrawRectangles -GdipDrawRectanglesI -GdipDrawString -GdipEmfToWmfBits -GdipEndContainer -GdipEnumerateMetafileDestPoint -GdipEnumerateMetafileDestPointI -GdipEnumerateMetafileDestPoints -GdipEnumerateMetafileDestPointsI -GdipEnumerateMetafileDestRect -GdipEnumerateMetafileDestRectI -GdipEnumerateMetafileSrcRectDestPoint -GdipEnumerateMetafileSrcRectDestPointI -GdipEnumerateMetafileSrcRectDestPoints -GdipEnumerateMetafileSrcRectDestPointsI -GdipEnumerateMetafileSrcRectDestRect -GdipEnumerateMetafileSrcRectDestRectI -GdipFillClosedCurve -GdipFillClosedCurve2 -GdipFillClosedCurve2I -GdipFillClosedCurveI -GdipFillEllipse -GdipFillEllipseI -GdipFillPath -GdipFillPie -GdipFillPieI -GdipFillPolygon -GdipFillPolygon2 -GdipFillPolygon2I -GdipFillPolygonI -GdipFillRectangle -GdipFillRectangleI -GdipFillRectangles -GdipFillRectanglesI -GdipFillRegion -GdipFlattenPath -GdipFlush -GdipFree -GdipGetAdjustableArrowCapFillState -GdipGetAdjustableArrowCapHeight -GdipGetAdjustableArrowCapMiddleInset -GdipGetAdjustableArrowCapWidth -GdipGetAllPropertyItems -GdipGetBrushType -GdipGetCellAscent -GdipGetCellDescent -GdipGetClip -GdipGetClipBounds -GdipGetClipBoundsI -GdipGetCompositingMode -GdipGetCompositingQuality -GdipGetCustomLineCapBaseCap -GdipGetCustomLineCapBaseInset -GdipGetCustomLineCapStrokeCaps -GdipGetCustomLineCapStrokeJoin -GdipGetCustomLineCapType -GdipGetCustomLineCapWidthScale -GdipGetDC -GdipGetDpiX -GdipGetDpiY -GdipGetEmHeight -GdipGetEncoderParameterList -GdipGetEncoderParameterListSize -GdipGetFamily -GdipGetFamilyName -GdipGetFontCollectionFamilyCount -GdipGetFontCollectionFamilyList -GdipGetFontHeight -GdipGetFontHeightGivenDPI -GdipGetFontSize -GdipGetFontStyle -GdipGetFontUnit -GdipGetGenericFontFamilyMonospace -GdipGetGenericFontFamilySansSerif -GdipGetGenericFontFamilySerif -GdipGetHatchBackgroundColor -GdipGetHatchForegroundColor -GdipGetHatchStyle -GdipGetHemfFromMetafile -GdipGetImageAttributesAdjustedPalette -GdipGetImageBounds -GdipGetImageDecoders -GdipGetImageDecodersSize -GdipGetImageDimension -GdipGetImageEncoders -GdipGetImageEncodersSize -GdipGetImageFlags -GdipGetImageGraphicsContext -GdipGetImageHeight -GdipGetImageHorizontalResolution -GdipGetImagePalette -GdipGetImagePaletteSize -GdipGetImagePixelFormat -GdipGetImageRawFormat -GdipGetImageThumbnail -GdipGetImageType -GdipGetImageVerticalResolution -GdipGetImageWidth -GdipGetInterpolationMode -GdipGetLineBlend -GdipGetLineBlendCount -GdipGetLineColors -GdipGetLineGammaCorrection -GdipGetLinePresetBlend -GdipGetLinePresetBlendCount -GdipGetLineRect -GdipGetLineRectI -GdipGetLineSpacing -GdipGetLineTransform -GdipGetLineWrapMode -GdipGetLogFontA -GdipGetLogFontW -GdipGetMatrixElements -GdipGetMetafileDownLevelRasterizationLimit -GdipGetMetafileHeaderFromEmf -GdipGetMetafileHeaderFromFile -GdipGetMetafileHeaderFromMetafile -GdipGetMetafileHeaderFromStream -GdipGetMetafileHeaderFromWmf -GdipGetNearestColor -GdipGetPageScale -GdipGetPageUnit -GdipGetPathData -GdipGetPathFillMode -GdipGetPathGradientBlend -GdipGetPathGradientBlendCount -GdipGetPathGradientCenterColor -GdipGetPathGradientCenterPoint -GdipGetPathGradientCenterPointI -GdipGetPathGradientFocusScales -GdipGetPathGradientGammaCorrection -GdipGetPathGradientPath -GdipGetPathGradientPointCount -GdipGetPathGradientPresetBlend -GdipGetPathGradientPresetBlendCount -GdipGetPathGradientRect -GdipGetPathGradientRectI -GdipGetPathGradientSurroundColorCount -GdipGetPathGradientSurroundColorsWithCount -GdipGetPathGradientTransform -GdipGetPathGradientWrapMode -GdipGetPathLastPoint -GdipGetPathPoints -GdipGetPathPointsI -GdipGetPathTypes -GdipGetPathWorldBounds -GdipGetPathWorldBoundsI -GdipGetPenBrushFill -GdipGetPenColor -GdipGetPenCompoundArray -GdipGetPenCompoundCount -GdipGetPenCustomEndCap -GdipGetPenCustomStartCap -GdipGetPenDashArray -GdipGetPenDashCap197819 -GdipGetPenDashCount -GdipGetPenDashOffset -GdipGetPenDashStyle -GdipGetPenEndCap -GdipGetPenFillType -GdipGetPenLineJoin -GdipGetPenMiterLimit -GdipGetPenMode -GdipGetPenStartCap -GdipGetPenTransform -GdipGetPenUnit -GdipGetPenWidth -GdipGetPixelOffsetMode -GdipGetPointCount -GdipGetPropertyCount -GdipGetPropertyIdList -GdipGetPropertyItem -GdipGetPropertyItemSize -GdipGetPropertySize -GdipGetRegionBounds -GdipGetRegionBoundsI -GdipGetRegionData -GdipGetRegionDataSize -GdipGetRegionHRgn -GdipGetRegionScans -GdipGetRegionScansCount -GdipGetRegionScansI -GdipGetRenderingOrigin -GdipGetSmoothingMode -GdipGetSolidFillColor -GdipGetStringFormatAlign -GdipGetStringFormatDigitSubstitution -GdipGetStringFormatFlags -GdipGetStringFormatHotkeyPrefix -GdipGetStringFormatLineAlign -GdipGetStringFormatMeasurableCharacterRangeCount -GdipGetStringFormatTabStopCount -GdipGetStringFormatTabStops -GdipGetStringFormatTrimming -GdipGetTextContrast -GdipGetTextRenderingHint -GdipGetTextureImage -GdipGetTextureTransform -GdipGetTextureWrapMode -GdipGetVisibleClipBounds -GdipGetVisibleClipBoundsI -GdipGetWorldTransform -GdipGraphicsClear -GdipImageForceValidation -GdipImageGetFrameCount -GdipImageGetFrameDimensionsCount -GdipImageGetFrameDimensionsList -GdipImageRotateFlip -GdipImageSelectActiveFrame -GdipInvertMatrix -GdipIsClipEmpty -GdipIsEmptyRegion -GdipIsEqualRegion -GdipIsInfiniteRegion -GdipIsMatrixEqual -GdipIsMatrixIdentity -GdipIsMatrixInvertible -GdipIsOutlineVisiblePathPoint -GdipIsOutlineVisiblePathPointI -GdipIsStyleAvailable -GdipIsVisibleClipEmpty -GdipIsVisiblePathPoint -GdipIsVisiblePathPointI -GdipIsVisiblePoint -GdipIsVisiblePointI -GdipIsVisibleRect -GdipIsVisibleRectI -GdipIsVisibleRegionPoint -GdipIsVisibleRegionPointI -GdipIsVisibleRegionRect -GdipIsVisibleRegionRectI -GdipLoadImageFromFile -GdipLoadImageFromFileICM -GdipLoadImageFromStream -GdipLoadImageFromStreamICM -GdipMeasureCharacterRanges -GdipMeasureDriverString -GdipMeasureString -GdipMultiplyLineTransform -GdipMultiplyMatrix -GdipMultiplyPathGradientTransform -GdipMultiplyPenTransform -GdipMultiplyTextureTransform -GdipMultiplyWorldTransform -GdipNewInstalledFontCollection -GdipNewPrivateFontCollection -GdipPathIterCopyData -GdipPathIterEnumerate -GdipPathIterGetCount -GdipPathIterGetSubpathCount -GdipPathIterHasCurve -GdipPathIterIsValid -GdipPathIterNextMarker -GdipPathIterNextMarkerPath -GdipPathIterNextPathType -GdipPathIterNextSubpath -GdipPathIterNextSubpathPath -GdipPathIterRewind -GdipPlayMetafileRecord -GdipPrivateAddFontFile -GdipPrivateAddMemoryFont -GdipRecordMetafile -GdipRecordMetafileFileName -GdipRecordMetafileFileNameI -GdipRecordMetafileI -GdipRecordMetafileStream -GdipRecordMetafileStreamI -GdipReleaseDC -GdipRemovePropertyItem -GdipResetClip -GdipResetImageAttributes -GdipResetLineTransform -GdipResetPageTransform -GdipResetPath -GdipResetPathGradientTransform -GdipResetPenTransform -GdipResetTextureTransform -GdipResetWorldTransform -GdipRestoreGraphics -GdipReversePath -GdipRotateLineTransform -GdipRotateMatrix -GdipRotatePathGradientTransform -GdipRotatePenTransform -GdipRotateTextureTransform -GdipRotateWorldTransform -GdipSaveAdd -GdipSaveAddImage -GdipSaveGraphics -GdipSaveImageToFile -GdipSaveImageToStream -GdipScaleLineTransform -GdipScaleMatrix -GdipScalePathGradientTransform -GdipScalePenTransform -GdipScaleTextureTransform -GdipScaleWorldTransform -GdipSetAdjustableArrowCapFillState -GdipSetAdjustableArrowCapHeight -GdipSetAdjustableArrowCapMiddleInset -GdipSetAdjustableArrowCapWidth -GdipSetClipGraphics -GdipSetClipHrgn -GdipSetClipPath -GdipSetClipRect -GdipSetClipRectI -GdipSetClipRegion -GdipSetCompositingMode -GdipSetCompositingQuality -GdipSetCustomLineCapBaseCap -GdipSetCustomLineCapBaseInset -GdipSetCustomLineCapStrokeCaps -GdipSetCustomLineCapStrokeJoin -GdipSetCustomLineCapWidthScale -GdipSetEmpty -GdipSetImageAttributesCachedBackground -GdipSetImageAttributesColorKeys -GdipSetImageAttributesColorMatrix -GdipSetImageAttributesGamma -GdipSetImageAttributesNoOp -GdipSetImageAttributesOutputChannel -GdipSetImageAttributesOutputChannelColorProfile -GdipSetImageAttributesRemapTable -GdipSetImageAttributesThreshold -GdipSetImageAttributesToIdentity -GdipSetImageAttributesWrapMode -GdipSetImagePalette -GdipSetInfinite -GdipSetInterpolationMode -GdipSetLineBlend -GdipSetLineColors -GdipSetLineGammaCorrection -GdipSetLineLinearBlend -GdipSetLinePresetBlend -GdipSetLineSigmaBlend -GdipSetLineTransform -GdipSetLineWrapMode -GdipSetMatrixElements -GdipSetMetafileDownLevelRasterizationLimit -GdipSetPageScale -GdipSetPageUnit -GdipSetPathFillMode -GdipSetPathGradientBlend -GdipSetPathGradientCenterColor -GdipSetPathGradientCenterPoint -GdipSetPathGradientCenterPointI -GdipSetPathGradientFocusScales -GdipSetPathGradientGammaCorrection -GdipSetPathGradientLinearBlend -GdipSetPathGradientPath -GdipSetPathGradientPresetBlend -GdipSetPathGradientSigmaBlend -GdipSetPathGradientSurroundColorsWithCount -GdipSetPathGradientTransform -GdipSetPathGradientWrapMode -GdipSetPathMarker -GdipSetPenBrushFill -GdipSetPenColor -GdipSetPenCompoundArray -GdipSetPenCustomEndCap -GdipSetPenCustomStartCap -GdipSetPenDashArray -GdipSetPenDashCap197819 -GdipSetPenDashOffset -GdipSetPenDashStyle -GdipSetPenEndCap -GdipSetPenLineCap197819 -GdipSetPenLineJoin -GdipSetPenMiterLimit -GdipSetPenMode -GdipSetPenStartCap -GdipSetPenTransform -GdipSetPenUnit -GdipSetPenWidth -GdipSetPixelOffsetMode -GdipSetPropertyItem -GdipSetRenderingOrigin -GdipSetSmoothingMode -GdipSetSolidFillColor -GdipSetStringFormatAlign -GdipSetStringFormatDigitSubstitution -GdipSetStringFormatFlags -GdipSetStringFormatHotkeyPrefix -GdipSetStringFormatLineAlign -GdipSetStringFormatMeasurableCharacterRanges -GdipSetStringFormatTabStops -GdipSetStringFormatTrimming -GdipSetTextContrast -GdipSetTextRenderingHint -GdipSetTextureTransform -GdipSetTextureWrapMode -GdipSetWorldTransform -GdipShearMatrix -GdipStartPathFigure -GdipStringFormatGetGenericDefault -GdipStringFormatGetGenericTypographic -GdipTestControl -GdipTransformMatrixPoints -GdipTransformMatrixPointsI -GdipTransformPath -GdipTransformPoints -GdipTransformPointsI -GdipTransformRegion -GdipTranslateClip -GdipTranslateClipI -GdipTranslateLineTransform -GdipTranslateMatrix -GdipTranslatePathGradientTransform -GdipTranslatePenTransform -GdipTranslateRegion -GdipTranslateRegionI -GdipTranslateTextureTransform -GdipTranslateWorldTransform -GdipVectorTransformMatrixPoints -GdipVectorTransformMatrixPointsI -GdipWarpPath -GdipWidenPath -GdipWindingModeOutline -GdiplusNotificationHook -GdiplusNotificationUnhook -GdiplusShutdown -GdiplusStartup -GdipFindFirstImageItem -GdipFindNextImageItem -GdipGetImageItemData -GdipCreateEffect -GdipDeleteEffect -GdipGetEffectParameterSize -GdipGetEffectParameters -GdipSetEffectParameters -GdipBitmapCreateApplyEffect -GdipBitmapApplyEffect -GdipBitmapGetHistogram -GdipBitmapGetHistogramSize -GdipBitmapConvertFormat -GdipInitializePalette -GdipImageSetAbort -GdipGraphicsSetAbort -GdipDrawImageFX -GdipConvertToEmfPlus -GdipConvertToEmfPlusToFile -GdipConvertToEmfPlusToStream -GdipPlayTSClientRecord -ord_631 @631
diff --git a/mingw-w64-crt/libarm32/rpcss.def b/mingw-w64-crt/libarm32/rpcss.def deleted file mode 100644 index 6643e82..0000000 --- a/mingw-w64-crt/libarm32/rpcss.def +++ /dev/null
@@ -1,22 +0,0 @@ -; -; Definition file of RPCSS.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "RPCSS.dll" -EXPORTS -ord_1 @1 -ord_2 @2 -ord_3 @3 -ord_4 @4 -ord_5 @5 -ord_6 @6 -ord_7 @7 DATA -ord_8 @8 -ord_9 @9 -ord_10 @10 -ord_11 @11 -ServiceMain -CoGetComCatalog -GetRPCSSInfo -WhichService
diff --git a/mingw-w64-crt/libarm32/slwga.def b/mingw-w64-crt/libarm32/slwga.def deleted file mode 100644 index 91342df..0000000 --- a/mingw-w64-crt/libarm32/slwga.def +++ /dev/null
@@ -1,9 +0,0 @@ -; -; Definition file of SLWGA.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "SLWGA.dll" -EXPORTS -ord_227 @227 -SLIsGenuineLocal
diff --git a/mingw-w64-crt/libarm32/xinput1_4.def b/mingw-w64-crt/libarm32/xinput1_4.def deleted file mode 100644 index 80d2d5b..0000000 --- a/mingw-w64-crt/libarm32/xinput1_4.def +++ /dev/null
@@ -1,20 +0,0 @@ -; -; Definition file of XINPUT1_4.dll -; Automatic generated by gendef -; written by Kai Tietz 2008-2014 -; -LIBRARY "XINPUT1_4.dll" -EXPORTS -XInputGetState -XInputSetState -XInputGetCapabilities -XInputEnable -XInputGetBatteryInformation -XInputGetKeystroke -XInputGetAudioDeviceIds -ord_100 @100 -ord_101 @101 -ord_102 @102 -ord_103 @103 -ord_104 @104 -ord_108 @108