Blame ports/MSVC++/2008clr/mpg123clr/stdafx.h

Packit c32a2d
/*
Packit c32a2d
	mpg123clr: MPEG Audio Decoder library Common Language Runtime version.
Packit c32a2d

Packit c32a2d
	copyright 2009 by Malcolm Boczek - free software under the terms of the LGPL 2.1
Packit c32a2d
	mpg123clr.dll is a derivative work of libmpg123 - all original mpg123 licensing terms apply.
Packit c32a2d

Packit c32a2d
	All rights to this work freely assigned to the mpg123 project.
Packit c32a2d
*/
Packit c32a2d
/*
Packit c32a2d
	libmpg123: MPEG Audio Decoder library
Packit c32a2d

Packit c32a2d
	copyright 1995-2008 by the mpg123 project - free software under the terms of the LGPL 2.1
Packit c32a2d
	see COPYING and AUTHORS files in distribution or http://mpg123.org
Packit c32a2d

Packit c32a2d
*/
Packit c32a2d
/*
Packit c32a2d
	1.8.1.0	04-Aug-09	Initial release.
Packit c32a2d
*/
Packit c32a2d

Packit c32a2d
// stdafx.h : include file for standard system include files,
Packit c32a2d
// or project specific include files that are used frequently, but
Packit c32a2d
// are changed infrequently
Packit c32a2d
//
Packit c32a2d

Packit c32a2d
#pragma once
Packit c32a2d

Packit c32a2d
#include "targetver.h"
Packit c32a2d

Packit c32a2d
#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
Packit c32a2d
// Windows Header Files:
Packit c32a2d
#include <windows.h>
Packit c32a2d

Packit c32a2d

Packit c32a2d

Packit c32a2d
// TODO: reference additional headers your program requires here
Packit c32a2d

Packit c32a2d
struct mpg123_pars_struct{};
Packit c32a2d
struct mpg123_handle_struct{};