scons_gd/scons/test/MSVC/msvc_fixture/StdAfx.cpp

4 lines
96 B
C++
Raw Normal View History

2022-10-15 16:06:26 +02:00
#include "StdAfx.h"
#ifndef PCHDEF
this line generates an error if PCHDEF is not defined!
#endif