Changeset 121 for cpp/frams/virtfile/virtfile.h
- Timestamp:
- 02/08/14 06:00:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/virtfile/virtfile.h
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 … … 76 76 #undef feof 77 77 #endif 78 #ifdef SHP //nie wiem co to robi i jak ma byc, ale sie kompiluje z tym undefem a bez nie. tak samo w cpp79 #undef feof 78 #ifdef SHP 79 #undef feof //not sure if this is OK since feof() is not defined below for bada, but it won't compile without this #undef. Same in virtfile.cpp 80 80 #endif 81 81 DLLEXP int feof(VirtFILE* f);// {return f->Veof();}
Note: See TracChangeset
for help on using the changeset viewer.