diff options
author | Karl Schultz <[email protected]> | 2002-11-13 20:59:07 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2002-11-13 20:59:07 +0000 |
commit | 1b260aee248c7a84d52685793e95f05593d87149 (patch) | |
tree | 257081ba61594442af9bbc45822d0605ae3cc976 | |
parent | 9c799cdc49e9200f5a1c7c7d9787d5729b5b0082 (diff) |
Add _mesa_enable_1_4_extensions and _mesa_problem
-rw-r--r-- | src/mesa/main/mesa.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/mesa.def b/src/mesa/main/mesa.def index 2fe9e7f1249..0ce2f6a4e2c 100644 --- a/src/mesa/main/mesa.def +++ b/src/mesa/main/mesa.def @@ -399,6 +399,7 @@ EXPORTS _mesa_free_context_data _mesa_create_framebuffer _mesa_enable_1_3_extensions + _mesa_enable_1_4_extensions _mesa_enable_sw_extensions _mesa_destroy_visual _mesa_initialize_context @@ -465,6 +466,7 @@ EXPORTS _mesa_bzero _mesa_memset _mesa_memcpy + _mesa_problem wglCopyContext wglCreateContext wglDeleteContext |