mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Move IOStream to GpCommon
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "BytePack.h"
|
||||
#include "CFileStream.h"
|
||||
#include "IOStream.h"
|
||||
#include "GpIOStream.h"
|
||||
|
||||
#include "MacBinary2.h"
|
||||
#include "MacFileMem.h"
|
||||
@@ -142,7 +142,7 @@ int main(int argc, const char **argv)
|
||||
{
|
||||
printf("%i defs parsed...\n", defsParsed);
|
||||
defsParsed++;
|
||||
UFilePos_t defStartOffset = fs.Tell();
|
||||
GpUFilePos_t defStartOffset = fs.Tell();
|
||||
|
||||
char nextChar = 0;
|
||||
if (!FindNextNonWhitespace(fs, nextChar))
|
||||
|
||||
Reference in New Issue
Block a user