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
..
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
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
BASIC.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
BASIC.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CPMFiles.cpp Use types with explicit sizes 2014-11-20 18:10:18 -08:00
CPMFiles.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
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 Minor fixes 2014-11-18 17:10:23 -08:00
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
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 Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
StdAfx.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
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
reformat.vcxproj Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
reformat.vcxproj.filters Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00