mirror of
https://github.com/QuasarApp/ELFIO.git
synced 2025-05-08 09:19:33 +00:00
Try to avoid -std=c++0x compilation flag
This commit is contained in:
parent
83f8dbc7ce
commit
185d87c138
@ -20,7 +20,7 @@
|
|||||||
<h3>Links</h3>
|
<h3>Links</h3>
|
||||||
<ul class="menu">
|
<ul class="menu">
|
||||||
<li><a href="http://sourceforge.net/projects/elfio/files/">Download</a> the source</li><br/>
|
<li><a href="http://sourceforge.net/projects/elfio/files/">Download</a> the source</li><br/>
|
||||||
<li>Read the <a href="tutorial.pdf">User's Guide</a></li><br/>
|
<li>Read the <a href="elfio.pdf">User's Guide</a></li><br/>
|
||||||
<li>Read the <a href="html/index.html">API documentation</a></li><br/>
|
<li>Read the <a href="html/index.html">API documentation</a></li><br/>
|
||||||
<li>Visit the
|
<li>Visit the
|
||||||
<a href="http://sourceforge.net/projects/elfio/">SourceForge project page</a></li><br/>
|
<a href="http://sourceforge.net/projects/elfio/">SourceForge project page</a></li><br/>
|
||||||
|
@ -25,7 +25,7 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
#ifndef ELFIO_NO_OWN_TYPES
|
#ifndef ELFIO_NO_OWN_TYPES
|
||||||
#if !defined(ELFIO_NO_CSTDINT) && !defined(ELFIO_NO_INTTYPES)
|
#if !defined(ELFIO_NO_CSTDINT) && !defined(ELFIO_NO_INTTYPES)
|
||||||
#include <cstdint>
|
#include <stdint.h>
|
||||||
#else
|
#else
|
||||||
typedef unsigned char uint8_t;
|
typedef unsigned char uint8_t;
|
||||||
typedef signed char int8_t;
|
typedef signed char int8_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user