mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
Standardize BOOL redefine
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/freeze-0_8_5@16155 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4842aa0c83
commit
28973fec56
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-03-08 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Headers/x11/XGOpenGL.h: Standardize BOOL redefine to XWINDOWSBOOL.
|
||||
|
||||
2003-02-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.8.4
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <AppKit/NSOpenGL.h>
|
||||
|
||||
#define id _gs_avoid_id_collision
|
||||
#define BOOL _gs_avoid_BOOL_collision
|
||||
#define BOOL XWINDOWSBOOL
|
||||
#include <GL/glx.h>
|
||||
#undef id
|
||||
#undef BOOL
|
||||
|
|
Loading…
Reference in a new issue