mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 13:50:25 +01:00
xlib: remove VMS tweaks, these should be moved to p_compiler.h if needed
This commit is contained in:
parent
3afe1e42d7
commit
44a9f505d7
4 changed files with 0 additions and 16 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -28,10 +28,6 @@
|
|||
#define FAKEGLX_H
|
||||
|
||||
|
||||
#ifdef __VMS
|
||||
#include <GL/vms_x_fix.h>
|
||||
#endif
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
struct _glxapi_table;
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue