mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 07:10:36 +02:00
osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.
Without this patch, the two symbols get an underscore prepended and an "@4" appended when compiling with VC8. Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
3ca6cb3440
commit
e65029e9b3
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
VERSION 4.1
|
||||
|
||||
EXPORTS
|
||||
OSMesaColorClamp
|
||||
OSMesaCreateContext
|
||||
OSMesaCreateContextExt
|
||||
OSMesaDestroyContext
|
||||
|
|
@ -11,3 +12,4 @@ EXPORTS
|
|||
OSMesaGetIntegerv
|
||||
OSMesaGetDepthBuffer
|
||||
OSMesaGetColorBuffer
|
||||
OSMesaGetProcAddress
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue