trying to make it work without -rdynamic

This commit is contained in:
2025-12-25 16:54:27 +02:00
parent fb5e607f88
commit 352b3b1fc8
22 changed files with 452 additions and 266 deletions

View File

@@ -41,7 +41,6 @@ public:
pFile = V_fopen(szFileName, szOperation);
if (!pFile)
{
Plat_FatalErrorFunc("Failed to open %s: %s\n",strerror(errno));
return NULL;
}