shithub: openh264

ref: cb1e34c93254da39f8f4cb8c6b25c166601ab3dc
dir: /processing/src/testbed/stdafx.h/

View raw version
// 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