ref: 5ee3337dfd2c132837ac06d79f93fa1e54fe44e5
dir: /processing/src/testbed/stdafx.h/
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #ifndef _WELSVP_STDAFX_H #define _WELSVP_STDAFX_H #include "targetver.h" #if defined (WIN32) #include <windows.h> #include <tchar.h> #else #include <string.h> #endif #include <stdio.h> #include <stdlib.h> #endif