~ubuntu-branches/ubuntu/maverick/notecase/maverick

« back to all changes in this revision

Viewing changes to src/lib/File64.h

  • Committer: Bazaar Package Importer
  • Author(s): Mitsuya Shibata
  • Date: 2008-02-10 09:56:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080210095636-n7dpodksxxxjrrar
Tags: 1.7.9-0ubuntu1
* New Upstream Release (LP: #190582)
* Keboard shortcuts already work in previous version (LP: #137466)
* Node Title Bar function  already work too (LP: #185985)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        INT64 SeekEnd();
51
51
 
52
52
protected:
53
 
#ifdef _WIN32
54
 
        HANDLE  m_hFile;
55
 
#else
56
53
        int m_nFile;    
57
 
#endif
58
54
};
59
55
 
60
56
#endif // FILE64_H__