diff options
Diffstat (limited to 'build/tools/Stringify/stdafx.h')
| -rw-r--r-- | build/tools/Stringify/stdafx.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/tools/Stringify/stdafx.h b/build/tools/Stringify/stdafx.h new file mode 100644 index 0000000..946f86c --- /dev/null +++ b/build/tools/Stringify/stdafx.h @@ -0,0 +1,19 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#ifdef _MSC_VER +#define _CRT_SECURE_NO_WARNINGS +#endif + +#include "targetver.h" + +#include <stdio.h> +#include <tchar.h> +#include <stdlib.h> + + +// TODO: reference additional headers your program requires here |