(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.

This commit is contained in:
rubidium
2008-05-27 21:41:00 +00:00
parent 0682b03046
commit 33e18c236d
28 changed files with 88 additions and 83 deletions

View File

@@ -20,8 +20,8 @@ struct MusicFileSettings {
struct FileEntry {
uint8 file_slot;
uint32 file_offset;
uint32 file_size;
size_t file_offset;
size_t file_size;
uint16 rate;
uint8 bits_per_sample;
uint8 channels;