/
/
opt
/
golang
/
1.22.0
/
src
/
runtime
/
testdata
/
testwinlibthrow
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.137
PHP 8.3.16
Dir:
/opt/golang/1.22.0/src/runtime/testdata/testwinlibthrow
Edit:
/opt/golang/1.22.0/src/runtime/testdata/testwinlibthrow/veh.c
//go:build ignore #include <windows.h> __declspec(dllexport) void RaiseNoExcept(void) { RaiseException(42, 0, 0, 0); } static DWORD WINAPI ThreadRaiser(void* Context) { RaiseNoExcept(); return 0; } __declspec(dllexport) void ThreadRaiseNoExcept(void) { HANDLE thread = CreateThread(0, 0, ThreadRaiser, 0, 0, 0); if (0 != thread) { WaitForSingleObject(thread, INFINITE); CloseHandle(thread); } }
Ukuran: 470 B