mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +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>
|
||||
<ul class="menu">
|
||||
<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>Visit the
|
||||
<a href="http://sourceforge.net/projects/elfio/">SourceForge project page</a></li><br/>
|
||||
|
@ -25,7 +25,7 @@ THE SOFTWARE.
|
||||
|
||||
#ifndef ELFIO_NO_OWN_TYPES
|
||||
#if !defined(ELFIO_NO_CSTDINT) && !defined(ELFIO_NO_INTTYPES)
|
||||
#include <cstdint>
|
||||
#include <stdint.h>
|
||||
#else
|
||||
typedef unsigned char uint8_t;
|
||||
typedef signed char int8_t;
|
||||
|
Loading…
Reference in New Issue
Block a user