~ubuntu-branches/ubuntu/karmic/mpg123/karmic

« back to all changes in this revision

Viewing changes to ports/MSVC++/INCLUDE/CORE/CORE_FileIn.H

  • Committer: Bazaar Package Importer
  • Author(s): César Muñoz Albitres
  • Date: 2009-05-03 17:55:27 UTC
  • mfrom: (6.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090503175527-z94edsnxmiccxpy8
Tags: 1.7.2-3ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove arts from dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ------------------------------------------------------------------------------------------------
2
 
 
3
 
#pragma once
4
 
 
5
 
// ------------------------------------------------------------------------------------------------
6
 
 
7
 
protected:
8
 
 
9
 
::FILE *m_pFile;
10
 
 
11
 
PBYTE m_pucMemData;
12
 
DWORD m_dwLength;
13
 
DWORD m_dwReadPos;
14
 
 
15
 
// ------------------------------------------------------------------------------------------------