Added a bunch of files synched with 0.8.42

This commit is contained in:
Don BURNS
2001-09-19 21:08:56 +00:00
parent fed86f3f03
commit e8f256a59d
446 changed files with 58397 additions and 10552 deletions

View File

@@ -6,7 +6,6 @@
using namespace flt;
////////////////////////////////////////////////////////////////////
//
// ExtensionRecord
@@ -15,7 +14,6 @@ using namespace flt;
RegisterRecordProxy<ExtensionRecord> g_ExtensionProxy;
ExtensionRecord::ExtensionRecord()
{
}
@@ -29,11 +27,8 @@ ExtensionRecord::~ExtensionRecord()
void ExtensionRecord::endian()
{
SExtension *pExtension = (SExtension*)getData();
SExtension *pExtension = (SExtension*)getData();
// VALID_RECORD(SHeader, pRecHdr)
ENDIAN( pExtension->code );
// VALID_RECORD(SHeader, pRecHdr)
ENDIAN( pExtension->code );
}