Ignore:
Timestamp:
11/02/08 14:03:43 (15 years ago)
Author:
r2d
Message:

libcuefile builds with msvc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcuefile/trunk/src/cuefile.c

    r416 r417  
    1111#include "cue.h"
    1212#include "toc.h"
     13
     14#ifdef _MSC_VER
     15#define strcasecmp stricmp
     16#endif
    1317
    1418Cd *cf_parse (char *name, int *format)
Note: See TracChangeset for help on using the changeset viewer.