Aegisub/src/include/agi_pre.cpp

7 lines
161 B
C++

// A dummy file for compiling the precompiled header with VC++
#if !defined(_MSC_VER)
#error "This file is only for use with MSVC."
#endif
#include "agi_pre.h"