Changeset 655 for cpp/common
- Timestamp:
- 04/20/17 21:09:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/virtfile/virtfile.h
r523 r655 137 137 138 138 #ifdef VIRTFILE_OVERLOADING 139 // may be needed for redefine... or if someone simply prefers overloading ;-)139 //required for redefine_stdio.h and for building virtfile.dll, can also be used if someone prefers the standard f-functions instead of explicitly using virtfile objects 140 140 141 141 DLLEXP int fread(void *ptr, size_t size, size_t nmemb, VirtFILE* f);
Note: See TracChangeset
for help on using the changeset viewer.