From 9350baf5a3444cc035bd5eedcded04b1fe823228 Mon Sep 17 00:00:00 2001 From: bossiel Date: Wed, 10 Aug 2011 22:59:15 +0000 Subject: Move deprecated v1.0 from trunk to branches --- branches/1.0/Samples/C++/REGISTER/test/stdafx.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 branches/1.0/Samples/C++/REGISTER/test/stdafx.h (limited to 'branches/1.0/Samples/C++/REGISTER/test/stdafx.h') diff --git a/branches/1.0/Samples/C++/REGISTER/test/stdafx.h b/branches/1.0/Samples/C++/REGISTER/test/stdafx.h new file mode 100644 index 0000000..47a0d02 --- /dev/null +++ b/branches/1.0/Samples/C++/REGISTER/test/stdafx.h @@ -0,0 +1,15 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#include "targetver.h" + +#include +#include + + + +// TODO: reference additional headers your program requires here -- cgit v1.1