diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2002-10-28 23:00:50 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2002-10-28 23:00:50 +0000 |
commit | 5f1651ddc5149633dc9027f81060b8de660c9432 (patch) | |
tree | 686504dc98303ff53bc2606fc09ba62ed6db158a /src | |
parent | 367d308b8267ad86cd7623590b7bfd4737b5fbf5 (diff) | |
download | external_mesa3d-5f1651ddc5149633dc9027f81060b8de660c9432.zip external_mesa3d-5f1651ddc5149633dc9027f81060b8de660c9432.tar.gz external_mesa3d-5f1651ddc5149633dc9027f81060b8de660c9432.tar.bz2 |
export new functions.
Diffstat (limited to 'src')
-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 4975719..2fe9e7f 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 |