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:
parent
5648757389
commit
e26fa4eea2
2
src/external/mud/src/mud.h
vendored
2
src/external/mud/src/mud.h
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user