X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Futil.h;h=3a3e6ceb665b7ea11415cd782818649aec45b312;hb=114d66d26b884f967c940bab3e2f16cd6399ed60;hp=0aae9e5d9fafcc0119638ec2b8257f208ea77e54;hpb=e107b0011a295ccc61502d6e5ea79d9125a3fbb4;p=pazpar2-moved-to-github.git diff --git a/src/util.h b/src/util.h index 0aae9e5..3a3e6ce 100644 --- a/src/util.h +++ b/src/util.h @@ -22,4 +22,9 @@ 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