X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Farray2dfile.cpp;h=f3e6dc9262007fe2e966f7ca4ed1b5d197511902;hb=b3b4d9344312f9812e4782c215db0133913802bc;hp=19234bfb48c42ac0a9e29e9697356f1cb02f3800;hpb=e203a04e18a94e6c26f54965c54ddb7e025afdd9;p=ctsim.git diff --git a/libctsim/array2dfile.cpp b/libctsim/array2dfile.cpp index 19234bf..f3e6dc9 100644 --- a/libctsim/array2dfile.cpp +++ b/libctsim/array2dfile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: array2dfile.cpp,v 1.9 2000/12/04 03:09:00 kevin Exp $ +** $Id: array2dfile.cpp,v 1.11 2000/12/04 03:12:18 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -27,11 +27,13 @@ #include "array2dfile.h" #include +#ifndef WIN32 #include +#endif using namespace std; -Array2dFile::m_signature = ('I'*256+'F'); +const kuint16 Array2dFile::m_signature = ('I'*256+'F'); /////////////////////////////////////////////////////////////////////////// // CLASS IMPLEMENTATION