osmesa: Add OSMesaColorClamp and OSMesaGetProcAddress to symbol defs.
authorBrian Paul <brianp@vmware.com>
Fri, 5 Feb 2010 20:18:18 +0000 (13:18 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 5 Feb 2010 20:18:18 +0000 (13:18 -0700)
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>
(cherry picked from commit e65029e9b32ddabea0ec583c04484345b40f1557)

src/mesa/drivers/osmesa/osmesa.def

index 71e9687..06afab7 100644 (file)
@@ -2,6 +2,7 @@
 VERSION 4.1
 
 EXPORTS
+       OSMesaColorClamp
        OSMesaCreateContext
        OSMesaCreateContextExt
        OSMesaDestroyContext
@@ -11,3 +12,4 @@ EXPORTS
        OSMesaGetIntegerv
        OSMesaGetDepthBuffer
        OSMesaGetColorBuffer
+       OSMesaGetProcAddress