forked from mia/Aegisub
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:
parent
3d13fcfe5f
commit
484a179798
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifndef _ENDIAN_H
|
||||
#define _ENDIAN_H
|
||||
#ifndef _AEGISUB_ENDIAN_H
|
||||
#define _AEGISUB_ENDIAN_H
|
||||
|
||||
|
||||
// Sanity check
|
||||
|
|
Loading…
Reference in a new issue