diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-02 17:17:56 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-02 17:17:56 +0000 |
commit | e8d3da3c753677cc1ae86bc5a79f2b7eba181d74 (patch) | |
tree | ccc6e1dd888f96ff92452d2bf34317cf7f6adc48 /GL/windows | |
parent | 81b862509c87281705f8a8641c28ae2f45f15751 (diff) |
Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866)
attachment #1819 (https://bugs.freedesktop.org/attachment.cgi?id=1819):
Define APIENTRY on windows to prevent <GL/gl.h> from loading
<windows.h> removed leftovers from attachment #1818
Diffstat (limited to 'GL/windows')
-rw-r--r-- | GL/windows/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/GL/windows/ChangeLog b/GL/windows/ChangeLog index 030e4e611..90fd7e06c 100644 --- a/GL/windows/ChangeLog +++ b/GL/windows/ChangeLog @@ -1,5 +1,12 @@ 2005-02-02 Alexander Gottwald <ago at freedesktop dot org> + * xc/programs/Xserver/GL/windows/Imakefile: + Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866) + attachment #1819 (https://bugs.freedesktop.org/attachment.cgi?id=1819): + Define APIENTRY on windows to prevent <GL/gl.h> from loading <windows.h> + +2005-02-02 Alexander Gottwald <ago at freedesktop dot org> + * glwrap.c: * glwindows.h: Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866) |