Forgot to change the include guard when renaming the file, so <endian.h> defined _ENDIAN_H on some systems and thus aegisub_endian.h had no effect.

Originally committed to SVN as r2238.
This commit is contained in:
Niels Martin Hansen 2008-07-04 12:36:10 +00:00
parent 3d13fcfe5f
commit 484a179798
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
#pragma once
#ifndef _ENDIAN_H
#define _ENDIAN_H
#ifndef _AEGISUB_ENDIAN_H
#define _AEGISUB_ENDIAN_H
// Sanity check