Bug #3626: _X_EXPORT tags for video and input drivers.

This commit is contained in:
Adam Jackson 2005-06-25 21:16:54 +00:00
parent a467602c6c
commit 7b856f1c89
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ static int pix24bpp = 0;
* an upper-case version of the driver name.
*/
DriverRec DUMMY = {
_X_EXPORT DriverRec DUMMY = {
VERSION,
DUMMY_DRIVER_NAME,
DUMMYIdentify,
@ -172,7 +172,7 @@ static XF86ModuleVersionInfo dummyVersRec =
* This is the module init data.
* Its name has to be the driver name followed by ModuleData
*/
XF86ModuleData dummyModuleData = { &dummyVersRec, dummySetup, NULL };
_X_EXPORT XF86ModuleData dummyModuleData = { &dummyVersRec, dummySetup, NULL };
static pointer
dummySetup(pointer module, pointer opts, int *errmaj, int *errmin)