Reinstate nrg test for MinGW.
This commit is contained in:
@@ -50,10 +50,6 @@
|
|||||||
int
|
int
|
||||||
main(int argc, const char *argv[])
|
main(int argc, const char *argv[])
|
||||||
{
|
{
|
||||||
#if defined(__MINGW32__)
|
|
||||||
printf("nrg test skipped until off_t issues worked out on MinGW\n");
|
|
||||||
return 77;
|
|
||||||
#else
|
|
||||||
char psz_nrgfile[500];
|
char psz_nrgfile[500];
|
||||||
CdIo_t *p_cdio;
|
CdIo_t *p_cdio;
|
||||||
const char *cdtext_check[NUM_FIELDS] = {
|
const char *cdtext_check[NUM_FIELDS] = {
|
||||||
@@ -100,5 +96,4 @@ main(int argc, const char *argv[])
|
|||||||
cdio_destroy(p_cdio);
|
cdio_destroy(p_cdio);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user