ciderpress/reformat
Andy McFadden 8f61f84585 Use types with explicit sizes
Much of what the "reformat" code does involves processing data that is
8, 16, or 32 bits.  We want to use size-specific types from stdint.h
(e.g. uint16_t) rather than "unsigned short".

This was a quick pass to replace the various "unsigned" declarations.
More can be done here and elsewhere.
2014-11-20 18:10:18 -08:00
..
AppleWorks.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
AppleWorks.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Asm.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Asm.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
AWGS.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
AWGS.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
BASIC.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
BASIC.h
CPMFiles.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
CPMFiles.h
Directory.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Directory.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Disasm.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Disasm.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
DisasmTable.cpp
DoubleHiRes.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
DoubleHiRes.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
DreamGrafix.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
HiRes.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
HiRes.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
MacPaint.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
MacPaint.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
NiftyList.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
PascalFiles.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
PascalFiles.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
PrintShop.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
PrintShop.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Reformat.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Reformat.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
reformat.vcxproj
reformat.vcxproj.filters
ReformatBase.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
ReformatBase.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
ResourceFork.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
ResourceFork.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Simple.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Simple.h
StdAfx.cpp
StdAfx.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
SuperHiRes.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
SuperHiRes.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Teach.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Teach.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Text8.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
Text8.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00