scons_gd/scons/test/MSVC/msvc_fixture/StdAfx.cpp
2022-10-15 16:06:26 +02:00

4 lines
96 B
C++

#include "StdAfx.h"
#ifndef PCHDEF
this line generates an error if PCHDEF is not defined!
#endif