Change headers as per pbatard branch to make MinGW work out.
This commit is contained in:
@@ -18,13 +18,9 @@
|
|||||||
/*
|
/*
|
||||||
Regression test for Nero image driver: lib/driver/image/nrg.c.
|
Regression test for Nero image driver: lib/driver/image/nrg.c.
|
||||||
*/
|
*/
|
||||||
#include <cdio/cdio.h>
|
#if defined(HAVE_CONFIG_H)
|
||||||
#include <cdio/logging.h>
|
#include "config.h"
|
||||||
#include <cdio/cdtext.h>
|
#define __CDIO_CONFIG_H__ 1
|
||||||
|
|
||||||
#if defined(HAVE_CONFIG_H) && !defined(__CDIO_CONFIG_H__)
|
|
||||||
# include "config.h"
|
|
||||||
# define __CDIO_CONFIG_H__ 1
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_STDIO_H
|
#ifdef HAVE_STDIO_H
|
||||||
@@ -40,6 +36,9 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <cdio/cdio.h>
|
||||||
|
#include <cdio/logging.h>
|
||||||
|
#include <cdio/cdtext.h>
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
|
|
||||||
#ifndef DATA_DIR
|
#ifndef DATA_DIR
|
||||||
|
|||||||
Reference in New Issue
Block a user