Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1cba7f

Browse files
committed
Oops, the sort took some whitespace into account.
1 parent 060dffb commit e1cba7f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

PC/python_nt.def

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,13 @@ EXPORTS
307307
PyThread_allocate_lock
308308
PyThread_allocate_sema
309309
PyThread_down_sema
310+
PyThread_exit_thread
310311
PyThread_free_lock
311312
PyThread_free_sema
313+
PyThread_get_thread_ident
314+
PyThread_init_thread
312315
PyThread_release_lock
316+
PyThread_start_new_thread
313317
PyThread_up_sema
314318
PyToken_OneChar
315319
PyToken_TwoChars
@@ -362,8 +366,3 @@ EXPORTS
362366
_Py_c_prod
363367
_Py_c_quot
364368
_Py_c_sum
365-
366-
PyThread_exit_thread
367-
PyThread_get_thread_ident
368-
PyThread_init_thread
369-
PyThread_start_new_thread

0 commit comments

Comments
 (0)