Mark everything in dixsym.c as _X_EXPORT.

This commit is contained in:
Adam Jackson
2006-02-15 20:44:13 +00:00
parent 010d6effa6
commit f105b8da11
48 changed files with 387 additions and 342 deletions

View File

@@ -64,8 +64,7 @@ SOFTWARE.
/* Thanks to Jack Palevich for testing and subsequently rewriting all this */
/* Byte swap a list of longs */
void
_X_EXPORT void
SwapLongs (register CARD32 *list, register unsigned long count)
{
register char n;
@@ -91,8 +90,7 @@ SwapLongs (register CARD32 *list, register unsigned long count)
}
/* Byte swap a list of shorts */
void
_X_EXPORT void
SwapShorts (register short *list, register unsigned long count)
{
register char n;
@@ -857,7 +855,7 @@ SProcFreeColors(register ClientPtr client)
}
void
_X_EXPORT void
SwapColorItem(xColorItem *pItem)
{
register char n;