4 lines
121 B
C
4 lines
121 B
C
// dummy header file used to test whether the compiler can precompile headers
|
|
#ifndef TESTPCH_H
|
|
#define TESTPCH_H
|
|
#endif
|