1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by replaygainversion.rc
/*
* ReplayGainAnalysis DLL Wrapper - DLL Wrapper for Glen Sawyer's headers
* Copyright (C) 2002 John Zitterkopf (zitt@bigfoot.com)
* (http://www.zittware.com)
*
* These comments must remain intact in all copies of the source code.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* concept and filter values by David Robinson (David@Robinson.org)
* -- blame him if you think the idea is flawed
* coding by Glen Sawyer (mp3gain@hotmail.com) 735 W 255 N, Orem, UT 84057-4505 USA
* -- blame him if you think this runs too slowly, or the coding is otherwise flawed
* DLL Wrapper code for VC++5.0 by John Zitterkopf (zitt@bigfoot.com)
*
* For an explanation of the concepts and the basic algorithms involved, go to:
* http://www.replaygain.org/
*
* V1.0 - jzitt
* * Based on V1.0 header source provided by Glen Sawyer
* * Attempts to maintain some backward capability with V0.9 of the same source.
*/
//
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|