X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Futil.h;h=f8ea2ea4939ebefcc69a1de610efb70c37487c6f;hb=fdf549621a2712e2e7fafd5966bbbf9a5c891adf;hp=bfa6320994f1f1bcbf69b16118ab3b8e24fe4e14;hpb=2819110732a5e3cdc6de71333977ff39d7cf8bf3;p=pazpar2-moved-to-github.git diff --git a/src/util.h b/src/util.h index bfa6320..f8ea2ea 100644 --- a/src/util.h +++ b/src/util.h @@ -22,9 +22,5 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA void die(char *string, char *add); -#ifdef WIN32 -#define strncasecmp _strnicmp -#define strcasecmp _stricmp -#endif #endif