Skip to content
Snippets Groups Projects
Commit 7933014d authored by Eric Frias's avatar Eric Frias Committed by Alexandre Julliard
Browse files

Export wine_pthread_get_current_teb.

parent 575042e7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment