Sha256: 11eb550f9d2b8e29cffc5d9ae0aea4237164093af7d6305a99023c3014249abc

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

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

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

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

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

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

// 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 "targetver.h"

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



// TODO: reference additional headers your program requires here

struct mpg123_pars_struct{};
struct mpg123_handle_struct{};

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
seal-0.1.3 mpg123/ports/MSVC++/2008clr/mpg123clr/stdafx.h
seal-0.1.2 mpg123/ports/MSVC++/2008clr/mpg123clr/stdafx.h
seal-0.1.1 mpg123/ports/MSVC++/2008clr/mpg123clr/stdafx.h
seal-0.1.0 mpg123/ports/MSVC++/2008clr/mpg123clr/stdafx.h