Aegisub/aegisub/src/config.h
Thomas Goyne 96cf5ea7ed Kill the #ifndef AGI_PRE guards
They don't actually improve compilation performance and make it more
annoying to modify what things are in the precompiled header.
2012-12-02 06:33:29 -08:00

5 lines
74 B
C

#ifndef _WIN32
// Generated by configure.in
#include "../acconf.h"
#endif