能力值:
( LV2,RANK:10 )
|
-
-
2 楼
sdk换个版本试试,好像只有这版本有
https://github.com/MiroKaku/Musa.Runtime/blob/01438fe491efc712c301ec9471c778a28347be22/Microsoft.VisualC.Runtime/UCRT/10.0.26100.0/ucrt/internal/winapi_thunks.cpp#L167 1 2 3 4 5 6 7 8 9 | #pragma data_seg(push, almostro, ".fptable")
#pragma bss_seg(push, almostro, ".fptable")
static void * function_pointers[function_id_count];
#pragma bss_seg(pop, almostro)
#pragma data_seg(pop, almostro)
|
|
|
|