3 msvcrt funcs (#42)

* msvcrt funcs

* fix empty final line

* Promment
This commit is contained in:
Ethan Roseman
2023-09-11 04:22:01 +09:00
committed by GitHub
parent a5499f27de
commit b7e8e5fb80
3 changed files with 43 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ extern const wibo::Module lib_bcrypt;
extern const wibo::Module lib_crt;
extern const wibo::Module lib_kernel32;
extern const wibo::Module lib_lmgr;
extern const wibo::Module lib_msvcrt;
extern const wibo::Module lib_ntdll;
extern const wibo::Module lib_ole32;
extern const wibo::Module lib_user32;
@@ -88,6 +89,7 @@ const wibo::Module * wibo::modules[] = {
&lib_crt,
&lib_kernel32,
&lib_lmgr,
&lib_msvcrt,
&lib_ntdll,
&lib_ole32,
&lib_user32,