add funcptr typedef

This commit is contained in:
rjkiv 2025-07-27 11:52:21 -07:00
parent f34bebdeec
commit 553d83d0f0

View File

@ -1,5 +1,7 @@
#include "common.h"
typedef int (*_PIFV)();
namespace msvcrt {
int _commode;
int _fmode;