mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 21:23:04 +01:00
27 lines
301 B
C
27 lines
301 B
C
|
/*
|
||
|
*
|
||
|
* (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __LAYOUTTABLES_H
|
||
|
#define __LAYOUTTABLES_H
|
||
|
|
||
|
/**
|
||
|
* \file
|
||
|
* \internal
|
||
|
*/
|
||
|
|
||
|
#include "LETypes.h"
|
||
|
|
||
|
U_NAMESPACE_BEGIN
|
||
|
|
||
|
#define ANY_NUMBER 1
|
||
|
|
||
|
typedef le_int16 ByteOffset;
|
||
|
typedef le_int16 WordOffset;
|
||
|
|
||
|
U_NAMESPACE_END
|
||
|
#endif
|
||
|
|