more static server build fixes
This commit is contained in:
parent
79a7120983
commit
cbcdae5a3f
|
@ -230,7 +230,9 @@ cfb can not hack PSZ yet
|
||||||
#define cfbBresD CFBNAME(BresD)
|
#define cfbBresD CFBNAME(BresD)
|
||||||
#define cfbBresS CFBNAME(BresS)
|
#define cfbBresS CFBNAME(BresS)
|
||||||
#define cfbChangeWindowAttributes CFBNAME(ChangeWindowAttributes)
|
#define cfbChangeWindowAttributes CFBNAME(ChangeWindowAttributes)
|
||||||
|
#define cfbClearVisualTypes CFBNAME(cfbClearVisualTypes)
|
||||||
#define cfbCloseScreen CFBNAME(CloseScreen)
|
#define cfbCloseScreen CFBNAME(CloseScreen)
|
||||||
|
#define cfbCreateDefColormap CFBNAME (cfbCreateDefColormap)
|
||||||
#define cfbCopyArea CFBNAME(CopyArea)
|
#define cfbCopyArea CFBNAME(CopyArea)
|
||||||
#define cfbCopyImagePlane CFBNAME(CopyImagePlane)
|
#define cfbCopyImagePlane CFBNAME(CopyImagePlane)
|
||||||
#define cfbCopyPixmap CFBNAME(CopyPixmap)
|
#define cfbCopyPixmap CFBNAME(CopyPixmap)
|
||||||
|
@ -249,6 +251,7 @@ cfb can not hack PSZ yet
|
||||||
#define cfbDoBitbltGeneral CFBNAME(DoBitbltGeneral)
|
#define cfbDoBitbltGeneral CFBNAME(DoBitbltGeneral)
|
||||||
#define cfbDoBitbltOr CFBNAME(DoBitbltOr)
|
#define cfbDoBitbltOr CFBNAME(DoBitbltOr)
|
||||||
#define cfbDoBitbltXor CFBNAME(DoBitbltXor)
|
#define cfbDoBitbltXor CFBNAME(DoBitbltXor)
|
||||||
|
#define cfbExpandDirectColors CFBNAME(cfbExpandDirectColors)
|
||||||
#define cfbFillBoxSolid CFBNAME(FillBoxSolid)
|
#define cfbFillBoxSolid CFBNAME(FillBoxSolid)
|
||||||
#define cfbFillBoxTile32 CFBNAME(FillBoxTile32)
|
#define cfbFillBoxTile32 CFBNAME(FillBoxTile32)
|
||||||
#define cfbFillBoxTile32sCopy CFBNAME(FillBoxTile32sCopy)
|
#define cfbFillBoxTile32sCopy CFBNAME(FillBoxTile32sCopy)
|
||||||
|
@ -277,6 +280,7 @@ cfb can not hack PSZ yet
|
||||||
#define cfbHorzS CFBNAME(HorzS)
|
#define cfbHorzS CFBNAME(HorzS)
|
||||||
#define cfbImageGlyphBlt8 CFBNAME(ImageGlyphBlt8)
|
#define cfbImageGlyphBlt8 CFBNAME(ImageGlyphBlt8)
|
||||||
#define cfbInitializeColormap CFBNAME(InitializeColormap)
|
#define cfbInitializeColormap CFBNAME(InitializeColormap)
|
||||||
|
#define cfbInitVisuals CFBNAME(cfbInitVisuals)
|
||||||
#define cfbInstallColormap CFBNAME(InstallColormap)
|
#define cfbInstallColormap CFBNAME(InstallColormap)
|
||||||
#define cfbLineSD CFBNAME(LineSD)
|
#define cfbLineSD CFBNAME(LineSD)
|
||||||
#define cfbLineSS CFBNAME(LineSS)
|
#define cfbLineSS CFBNAME(LineSS)
|
||||||
|
@ -306,6 +310,7 @@ cfb can not hack PSZ yet
|
||||||
#define cfbSetScanline CFBNAME(SetScanline)
|
#define cfbSetScanline CFBNAME(SetScanline)
|
||||||
#define cfbSetScreenPixmap CFBNAME(SetScreenPixmap)
|
#define cfbSetScreenPixmap CFBNAME(SetScreenPixmap)
|
||||||
#define cfbSetSpans CFBNAME(SetSpans)
|
#define cfbSetSpans CFBNAME(SetSpans)
|
||||||
|
#define cfbSetVisualTypes CFBNAME(cfbSetVisualTypes)
|
||||||
#define cfbSetupScreen CFBNAME(SetupScreen)
|
#define cfbSetupScreen CFBNAME(SetupScreen)
|
||||||
#define cfbSolidSpansCopy CFBNAME(SolidSpansCopy)
|
#define cfbSolidSpansCopy CFBNAME(SolidSpansCopy)
|
||||||
#define cfbSolidSpansGeneral CFBNAME(SolidSpansGeneral)
|
#define cfbSolidSpansGeneral CFBNAME(SolidSpansGeneral)
|
||||||
|
|
|
@ -53,7 +53,9 @@
|
||||||
#undef cfbBresD
|
#undef cfbBresD
|
||||||
#undef cfbBresS
|
#undef cfbBresS
|
||||||
#undef cfbChangeWindowAttributes
|
#undef cfbChangeWindowAttributes
|
||||||
|
#undef cfbClearVisualTypes
|
||||||
#undef cfbCloseScreen
|
#undef cfbCloseScreen
|
||||||
|
#undef cfbCreateDefColormap
|
||||||
#undef cfbCopyArea
|
#undef cfbCopyArea
|
||||||
#undef cfbCopyImagePlane
|
#undef cfbCopyImagePlane
|
||||||
#undef cfbCopyPixmap
|
#undef cfbCopyPixmap
|
||||||
|
@ -72,6 +74,7 @@
|
||||||
#undef cfbDoBitbltGeneral
|
#undef cfbDoBitbltGeneral
|
||||||
#undef cfbDoBitbltOr
|
#undef cfbDoBitbltOr
|
||||||
#undef cfbDoBitbltXor
|
#undef cfbDoBitbltXor
|
||||||
|
#undef cfbExpandDirectColors
|
||||||
#undef cfbFillBoxSolid
|
#undef cfbFillBoxSolid
|
||||||
#undef cfbFillBoxTile32
|
#undef cfbFillBoxTile32
|
||||||
#undef cfbFillBoxTile32sCopy
|
#undef cfbFillBoxTile32sCopy
|
||||||
|
@ -100,6 +103,7 @@
|
||||||
#undef cfbHorzS
|
#undef cfbHorzS
|
||||||
#undef cfbImageGlyphBlt8
|
#undef cfbImageGlyphBlt8
|
||||||
#undef cfbInitializeColormap
|
#undef cfbInitializeColormap
|
||||||
|
#undef cfbInitVisuals
|
||||||
#undef cfbInstallColormap
|
#undef cfbInstallColormap
|
||||||
#undef cfbLineSD
|
#undef cfbLineSD
|
||||||
#undef cfbLineSS
|
#undef cfbLineSS
|
||||||
|
@ -129,6 +133,7 @@
|
||||||
#undef cfbSetScanline
|
#undef cfbSetScanline
|
||||||
#undef cfbSetScreenPixmap
|
#undef cfbSetScreenPixmap
|
||||||
#undef cfbSetSpans
|
#undef cfbSetSpans
|
||||||
|
#undef cfbSetVisualTypes
|
||||||
#undef cfbSetupScreen
|
#undef cfbSetupScreen
|
||||||
#undef cfbSolidSpansCopy
|
#undef cfbSolidSpansCopy
|
||||||
#undef cfbSolidSpansGeneral
|
#undef cfbSolidSpansGeneral
|
||||||
|
|
Loading…
Reference in New Issue