crt: Fix advapi32 SaferiRegisterExtensionDll symbol Ordinal-only symbol needs to be declared with NONAME, like current version of gendef is doing it. Ordinal @1000 in 32-bit x86 advapi32.dll file has name SaferiRegisterExtensionDll according to: https://www.geoffchappell.com/studies/windows/win32/advapi32/history/ords61.htm Signed-off-by: LIU Hao <lh_mouse@126.com>