Removing unnecessary file
This commit is contained in:
parent
47112198ad
commit
8059551339
|
@ -34,9 +34,6 @@ arithmetic on smaller types. */
|
||||||
// In case compiler doesn't support these properly. Used rarely.
|
// In case compiler doesn't support these properly. Used rarely.
|
||||||
#define STATIC_CAST(T,expr) static_cast<T> (expr)
|
#define STATIC_CAST(T,expr) static_cast<T> (expr)
|
||||||
|
|
||||||
// User configuration can override the above macros if necessary
|
|
||||||
#include "blargg_config.h"
|
|
||||||
|
|
||||||
// BOOST_STATIC_ASSERT( expr ): Generates compile error if expr is 0.
|
// BOOST_STATIC_ASSERT( expr ): Generates compile error if expr is 0.
|
||||||
#ifndef BOOST_STATIC_ASSERT
|
#ifndef BOOST_STATIC_ASSERT
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
// Library configuration. Modify this file as necessary.
|
|
||||||
|
|
||||||
// File_Extractor 1.0.0
|
|
||||||
#ifndef BLARGG_CONFIG_H
|
|
||||||
#define BLARGG_CONFIG_H
|
|
||||||
|
|
||||||
#ifndef HAVE_STDINT_H
|
|
||||||
#define HAVE_STDINT_H
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Use standard config.h if present
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in New Issue