mirror of
https://github.com/decompals/wibo.git
synced 2025-10-16 07:05:11 +00:00
make the winentry a winfunc
This commit is contained in:
parent
553d83d0f0
commit
4c88e1ab5e
@ -18,7 +18,7 @@ namespace msvcrt {
|
||||
return &_commode;
|
||||
}
|
||||
|
||||
int WIN_ENTRY _initterm_e(const _PIFV *ppfn, const _PIFV *end) {
|
||||
int WIN_FUNC _initterm_e(const _PIFV *ppfn, const _PIFV *end) {
|
||||
do {
|
||||
if (_PIFV pfn = *++ppfn) {
|
||||
if (int err = pfn())
|
||||
|
Loading…
x
Reference in New Issue
Block a user