mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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
@ -34,8 +34,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _ENDIAN_H
|
||||
#define _ENDIAN_H
|
||||
#ifndef _AEGISUB_ENDIAN_H
|
||||
#define _AEGISUB_ENDIAN_H
|
||||
|
||||
|
||||
// Sanity check
|
||||
|
Loading…
x
Reference in New Issue
Block a user