----------------------------------------------------------------------

Committing in .

 _mesa_sprintf crashes on OpenVMS -> replaced it by the OS-supplied sprintf

 Modified Files:
 	Mesa/src/mesa/drivers/x11/fakeglx.c
 ----------------------------------------------------------------------
This commit is contained in:
Jouk Jansen 2005-07-22 09:30:54 +00:00
parent 60a6a0eb51
commit 70cf1f0cf8
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@
#include "xfonts.h"
#include "xmesaP.h"
#ifdef __VMS
#define _mesa_sprintf sprintf
#endif
/* This indicates the client-side GLX API and GLX encoder version. */
#define CLIENT_MAJOR_VERSION 1