dthelp: Remove define M_PROTO that was always turned on (for all platforms) that enabled ANSI not K&R function prototypes
This commit is contained in:
@@ -101,13 +101,7 @@ return(TRUE);
|
||||
}
|
||||
|
||||
/* Add a short reference map name */
|
||||
#if defined(M_PROTO)
|
||||
LOGICAL addmapname(M_WCHAR* p, LOGICAL define)
|
||||
#else
|
||||
LOGICAL addmapname(p, define)
|
||||
M_WCHAR *p;
|
||||
LOGICAL define;
|
||||
#endif
|
||||
{
|
||||
MAP *old;
|
||||
MAP *new;
|
||||
|
||||
Reference in New Issue
Block a user