Export wine_pthread_get_current_teb.

This commit is contained in:
Eric Frias 2004-11-22 19:51:46 +00:00 committed by Alexandre Julliard
parent 575042e718
commit 7933014d01
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ EXPORTS
wine_pthread_abort_thread
wine_pthread_create_thread
wine_pthread_exit_thread
wine_pthread_get_current_teb
wine_pthread_init_current_teb
wine_pthread_init_process
wine_pthread_init_thread

View File

@ -61,6 +61,7 @@ WINE_1.0
wine_pthread_abort_thread;
wine_pthread_create_thread;
wine_pthread_exit_thread;
wine_pthread_get_current_teb;
wine_pthread_init_current_teb;
wine_pthread_init_process;
wine_pthread_init_thread;