Home
last modified time | relevance | path

Searched refs:SetProperName (Results 1 – 2 of 2) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dwinbits.cpp268 … dllSetString SetProperName = (dllSetString)(void(*))GetProcAddress(ebacktrace, "SetProperName"); in windowsPreInit() local
273 if (SetProperName) in windowsPreInit()
274 SetProperName(AppProperName); in windowsPreInit()
/dports/games/NBlood/NBlood-a1689a4/platform/Windows/src/
H A Dbacktrace.c446 __declspec(dllexport) void SetProperName(const char* input) in SetProperName() function