xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed

This commit is contained in:
Keith Whitwell 2009-01-08 16:14:45 +00:00
parent 3afe1e42d7
commit 44a9f505d7
4 changed files with 0 additions and 16 deletions

View file

@ -54,10 +54,6 @@
#include "state_tracker/st_public.h"
#ifdef __VMS
#define _mesa_sprintf sprintf
#endif
/* This indicates the client-side GLX API and GLX encoder version. */
#define CLIENT_MAJOR_VERSION 1
#define CLIENT_MINOR_VERSION 4 /* but don't have 1.3's pbuffers, etc yet */

View file

@ -28,10 +28,6 @@
#define FAKEGLX_H
#ifdef __VMS
#include <GL/vms_x_fix.h>
#endif
#include <X11/Xlib.h>
struct _glxapi_table;

View file

@ -28,10 +28,6 @@
* Copyright (C) 1995 Thorsten.Ohl @ Physik.TH-Darmstadt.de
*/
#ifdef __VMS
#include <GL/vms_x_fix.h>
#endif
#include "glxheader.h"
#include "context.h"
#include "imports.h"

View file

@ -26,10 +26,6 @@
#ifndef GLX_HEADER_H
#define GLX_HEADER_H
#ifdef __VMS
#include <GL/vms_x_fix.h>
#endif
#include "glheader.h"
# include <X11/Xlib.h>