Skip to content

Commit

Permalink
Forgot to add DosSleep() to the DOSCALLS export table.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 19, 2016
1 parent e8c5bc1 commit aa322a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/doscalls.c
Expand Up @@ -168,6 +168,7 @@ LX_NATIVE_MODULE_INIT({ if (!initDoscalls(lx_state)) return NULL; })
LX_NATIVE_EXPORT(DosQueryPathInfo, 223),
LX_NATIVE_EXPORT(DosQueryHType, 224),
LX_NATIVE_EXPORT(DosScanEnv, 227),
LX_NATIVE_EXPORT(DosSleep, 229),
LX_NATIVE_EXPORT(DosGetDateTime, 230),
LX_NATIVE_EXPORT(DosDevConfig, 231),
LX_NATIVE_EXPORT(DosExit, 234),
Expand Down

0 comments on commit aa322a5

Please sign in to comment.