mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-25 00:43:03 +01:00
192832199f
Tweak for embedded so it doesn't crash when handling an error.
18 lines
219 B
C
18 lines
219 B
C
#ifndef INCLUDE_FB_BLK
|
|
#define INCLUDE_FB_BLK
|
|
|
|
#define INCLUDE_OLD_FB_BLK
|
|
|
|
#include "../jrd/common.h"
|
|
|
|
typedef struct blk
|
|
{
|
|
UCHAR blk_type;
|
|
UCHAR blk_pool_id;
|
|
ULONG blk_length;
|
|
} *BLK;
|
|
|
|
|
|
#endif /* INCLUDE_FB_BLK */
|
|
|