Welcome to mirror list, hosted at ThFree Co, Russian Federation.

stdafx.h « asyncreader « reader « filters « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae8a67615ee0e0632bbb1f8cbe1630d9f6c2453e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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 "..\..\..\DSUtil\SharedInclude.h"

#define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers

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