diff options
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mesa.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/mesa.def b/src/mesa/main/mesa.def index 4975719079b..2fe9e7f1249 100644 --- a/src/mesa/main/mesa.def +++ b/src/mesa/main/mesa.def @@ -459,6 +459,12 @@ EXPORTS _mesa_init_default_imports _tnl_MakeCurrent _swrast_DrawBuffer + _mesa_free + _mesa_calloc + _mesa_strcmp + _mesa_bzero + _mesa_memset + _mesa_memcpy wglCopyContext wglCreateContext wglDeleteContext |