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:
Tom Fogal 2010-02-05 13:15:33 -07:00 committed by Brian Paul
parent 3ca6cb3440
commit e65029e9b3

View file

@ -2,6 +2,7 @@
VERSION 4.1
EXPORTS
OSMesaColorClamp
OSMesaCreateContext
OSMesaCreateContextExt
OSMesaDestroyContext
@ -11,3 +12,4 @@ EXPORTS
OSMesaGetIntegerv
OSMesaGetDepthBuffer
OSMesaGetColorBuffer
OSMesaGetProcAddress