[svn] / branches / release-1_3-branch / xvidextra / src / apps / miniconvert / stdafx.h Repository:
ViewVC logotype

View of /branches/release-1_3-branch/xvidextra/src/apps/miniconvert/stdafx.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2096 - (download) (annotate)
Thu Sep 25 19:05:54 2014 UTC (9 years, 6 months ago) by Isibaar
File size: 806 byte(s)
Adding installer scripts to 1_3 branch too
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once

#ifndef _WIN32_WINNT		// Allow use of features specific to Windows XP or later.                   
#define _WIN32_WINNT 0x0501	// Change this to the appropriate value to target other versions of Windows.
#endif						

#define _USE_MATH_DEFINES
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_NON_CONFORMING_SWPRINTFS

#include <streams.h>
#include <Dvdmedia.h>
#include <stdio.h>
#include <tchar.h>
#include <gdiplus.h>
#include <math.h>
#include <shlobj.h>
#include <objbase.h>
#include <Shlwapi.h>

#include <Commctrl.h>
#include <vector>
// TODO: reference additional headers your program requires here

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4