Added a bunch of files synched with 0.8.42
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user