ChangeSet ID: 17380
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/09 14:30:53
Modified files:
dlls/opengl32 : opengl_ext.h
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Define GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB if they were not
defined by the OpenGL headers.
Patch: http://cvs.winehq.org/patch.py?id=17380
Old revision New revision Changes Path
1.6 1.7 +8 -0 wine/dlls/opengl32/opengl_ext.h
ChangeSet ID: 17378
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/09 09:38:07
Modified files:
tools/winegcc : winegcc.c
Log message:
For each imported dll, check if there is a static library with the
same base name as the import library, and if yes add it to the library
list.
Patch: http://cvs.winehq.org/patch.py?id=17378
Old revision New revision Changes Path
1.37 1.38 +15 -1 wine/tools/winegcc/winegcc.c