mirror of
https://github.com/decompals/wibo.git
synced 2025-10-16 23:25: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;
|
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 {
|
do {
|
||||||
if (_PIFV pfn = *++ppfn) {
|
if (_PIFV pfn = *++ppfn) {
|
||||||
if (int err = pfn())
|
if (int err = pfn())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user