Skip to content

Commit

Permalink
Added DosWaitThread() to LX export table.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 26, 2018
1 parent b6795ed commit 6604f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/doscalls.c
Expand Up @@ -3062,6 +3062,7 @@ LX_NATIVE_MODULE_INIT({ if (!initDoscalls()) return NULL; })
LX_NATIVE_EXPORT(DosSubAllocMem, 345),
LX_NATIVE_EXPORT(DosSubFreeMem, 346),
LX_NATIVE_EXPORT(DosQuerySysInfo, 348),
LX_NATIVE_EXPORT(DosWaitThread, 349),
LX_NATIVE_EXPORT(DosSetExceptionHandler, 354),
LX_NATIVE_EXPORT(DosUnsetExceptionHandler, 355),
LX_NATIVE_EXPORT(DosQuerySysState, 368),
Expand Down

0 comments on commit 6604f3c

Please sign in to comment.