Added the pch c file because it was missing.

pull/15/head
Jussi Pakkanen 12 years ago
parent a1f4bf1124
commit 14968f5b9e
  1. 5
      test cases/common/13 pch/pch/prog_pch.c

@ -0,0 +1,5 @@
#if !defined(_MSC_VER)
#error "This file is only for use with MSVC."
#endif
#include "prog.h"
Loading…
Cancel
Save