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: 8dfa6c6cf6c007d778884ca64aeba41e5db08899 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "../../../DSUtil/SharedInclude.h"

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

#include <afx.h>
#include <streams.h>