Changeset 227 for cpp/frams/virtfile/stdiofile.h
- Timestamp:
- 04/20/14 01:48:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/virtfile/stdiofile.h
r206 r227 43 43 const char* VgetPath() {return path;} 44 44 45 ~StdioFILE() {if (file) fclose(file);}45 ~StdioFILE() {if (file) mfclose(file);} 46 46 }; 47 47 #else
Note: See TracChangeset
for help on using the changeset viewer.