Move libc overloads in myfile.h to rtengine:: (fixes #6324)

This commit is contained in:
Flössie
2021-08-07 13:06:02 +02:00
parent 35e6a0e40c
commit 2e0137d542
7 changed files with 35 additions and 35 deletions

View File

@@ -30,8 +30,6 @@ namespace rtengine
class ProgressListener;
}
struct IMFILE {
int fd;
ssize_t pos;
@@ -141,3 +139,5 @@ inline unsigned char* fdata(int offset, IMFILE* f)
int fscanf (IMFILE* f, const char* s ...);
char* fgets (char* s, int n, IMFILE* f);
}