removed my quick and dirty fix. It doesn't work for all compilers. Reported bug to triumf and wait for a fix.

This commit is contained in:
suter_a 2025-03-31 07:54:25 +02:00
parent 5648757389
commit e26fa4eea2

View File

@ -204,7 +204,7 @@ typedef UINT32 BOOL;
#define strdup( s ) strcpy((char*)malloc(strlen(s)+1),s)
#endif /* vms || mips&&!sgi */
/*#endif */
typedef int (*MUD_PROC)(...);
typedef int (*MUD_PROC)();
typedef enum {
MUD_ENCODE = 0,