ReactOS Fundraising Campaign 2012
€ 4,410 / € 30,000
Information
|
Donate
Home
|
Info
|
Community
|
Development
|
myReactOS
|
Contact Us
Navigation
Home
Community
Development
myReactOS
Fundraiser 2012
Doxygen
Main Page
Alphabetical List
Data Structures
Directories
File List
Data Fields
Globals
Related Pages
Search
ReactOS Development
> Doxygen
dll
3rdparty
mesa32
src
main
Defines
version.h File Reference
Go to the source code of this file.
Defines
#
define
MESA_MAJOR
7
#
define
MESA_MINOR
4
#
define
MESA_PATCH
0
#
define
MESA_VERSION_STRING
"7.4"
#
define
MESA_VERSION
(
a
,
b
,
c
) (((
a
) << 16) + ((
b
) << 8) + (
c
))
#
define
MESA_VERSION_CODE
MESA_VERSION
(
MESA_MAJOR
,
MESA_MINOR
,
MESA_PATCH
)
#
define
OPENGL_MAJOR
2
#
define
OPENGL_MINOR
1
#
define
OPENGL_PATCH
0
#
define
OPENGL_VERSION_STRING
"2.1"
#
define
OPENGL_VERSION
(
a
,
b
,
c
) (((
a
) << 16) + ((
b
) << 8) + (
c
))
#
define
OPENGL_VERSION_CODE
OPENGL_VERSION
(
OPENGL_MAJOR
,
OPENGL_MINOR
,
OPENGL_PATCH
)
Generated on Sat May 26 2012 04:57:34 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.