forked from mia/Aegisub
Remove #ifdef block around #include "agi_pre.h", as it causes the VC10 compiler to explode. Hopefully this won't break build somewhere else.
Originally committed to SVN as r4956.
This commit is contained in:
parent
60b3ea15c3
commit
d188673e7c
1 changed files with 0 additions and 5 deletions
|
@ -46,9 +46,4 @@
|
||||||
// MatroskaParser.c, as well as any possible future .c files.
|
// MatroskaParser.c, as well as any possible future .c files.
|
||||||
//
|
//
|
||||||
|
|
||||||
// Generally agi_pre.h is set as a forced include for everything, including this file.
|
|
||||||
// So unless we protect it by this, it gets included twice during production of precompiled
|
|
||||||
// headers, which can cause problems with local includes.
|
|
||||||
#ifndef AGI_PRE
|
|
||||||
#include "agi_pre.h"
|
#include "agi_pre.h"
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in a new issue