Mark everything in dixsym.c as _X_EXPORT.

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

View file

@ -165,20 +165,15 @@ int XETrapSimulateXEvent(register xXTrapInputReq *request,
#if defined vms && !defined LINKED_IN
/* Used by swapping code not visible from VMS (from main.c) */
#ifndef BLADE
void
_X_EXPORT void
NotImplemented()
{
FatalError("Not implemented");
}
#endif
int
#ifdef __STDC__
_X_EXPORT int
ProcBadRequest( ClientPtr client)
#else
ProcBadRequest(client)
ClientPtr client;
#endif
{
return (BadRequest);
}