diff options
author | Tom Fogal <tfogal@alumni.unh.edu> | 2010-02-05 13:15:33 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-02-05 13:15:33 -0700 |
commit | e65029e9b32ddabea0ec583c04484345b40f1557 (patch) | |
tree | 6af0b7f66d5be17e1cc134f78904769751c1ba66 | |
parent | 3ca6cb3440705ffec470beb601cdc0c22089e3f1 (diff) |
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>
-rw-r--r-- | src/mesa/drivers/osmesa/osmesa.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/osmesa/osmesa.def b/src/mesa/drivers/osmesa/osmesa.def index 71e96873d8..06afab72b0 100644 --- a/src/mesa/drivers/osmesa/osmesa.def +++ b/src/mesa/drivers/osmesa/osmesa.def @@ -2,6 +2,7 @@ VERSION 4.1 EXPORTS + OSMesaColorClamp OSMesaCreateContext OSMesaCreateContextExt OSMesaDestroyContext @@ -11,3 +12,4 @@ EXPORTS OSMesaGetIntegerv OSMesaGetDepthBuffer OSMesaGetColorBuffer + OSMesaGetProcAddress |