diff options
Diffstat (limited to 'hw/xwin/winerror.c')
-rw-r--r-- | hw/xwin/winerror.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/xwin/winerror.c b/hw/xwin/winerror.c index 696142ed2..7d292134f 100644 --- a/hw/xwin/winerror.c +++ b/hw/xwin/winerror.c @@ -28,6 +28,15 @@ * Authors: Harold L Hunt II */ +#ifdef HAVE_XWIN_CONFIG_H +#include <xwin-config.h> +#endif +#ifdef XVENDORNAME +#define VENDOR_STRING XVENDORNAME +#define VERSION_STRING XORG_RELEASE +#define VENDOR_CONTACT BUILDERADDR +#endif + #include "win.h" /* References to external symbols */ |