00001 #pragma once 00002 00027 #ifndef __INCLUDE_H__ 00028 #define __INCLUDE_H__ 00029 00030 /* 00031 These are the compile time settings. 00032 */ 00033 00035 #define MP3INFO_VERSION "0.8" 00036 00038 #define MP3INFO_DATE "20040524" 00039 00040 #ifdef _DEBUG 00041 00042 #define MP3INFO_BUILDTYPE "Debug" 00043 #else 00044 00045 #define MP3INFO_BUILDTYPE "Release" 00046 #endif // _DEBUG 00047 00049 00052 #define BLOCK_SIZE 16777216 00053 00055 00058 #define MAX_OFFSET_WITHOUT_FRAMESYNC 8192 00059 00060 #endif // __INCLUDE_H__
![]() |
![]() |
![]() |