dthelp: Remove always on macro M_NOPAR which was just there to support ancient compilers that don't have 'void'
This commit is contained in:
@@ -47,8 +47,6 @@ typedef wchar_t M_WCHAR;
|
||||
/* For function prototypes */
|
||||
typedef char * M_POINTER;
|
||||
|
||||
#define M_NOPAR void
|
||||
|
||||
char *MakeMByteString(const M_WCHAR *from);
|
||||
|
||||
M_WCHAR *MakeWideCharString(const char *from);
|
||||
|
||||
Reference in New Issue
Block a user