The fix was as simple as the following: diff dbdimp.c ../*15/dbdimp.c 14c14 < #define strcasecmp strcmpi --- > #define strcasecmp _strcmpi
Now, if someone would be kind enough to tell me why this change was necessary.
The fix was as simple as the following: diff dbdimp.c ../*15/dbdimp.c 14c14 < #define strcasecmp strcmpi --- > #define strcasecmp _strcmpi
Now, if someone would be kind enough to tell me why this change was necessary.