Rename endian.h to aegisub_endian.h to avoid clash with system headers on some systems.

Originally committed to SVN as r2223.
This commit is contained in:
Niels Martin Hansen 2008-07-03 13:35:23 +00:00
parent a7b64fe694
commit d1b8355ff2
2 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#include <wx/file.h>
#include "audio_provider_pcm.h"
#include "utils.h"
#include "endian.h"
#include "aegisub_endian.h"
#include <stdint.h>
#ifndef _WINDOWS