mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 12:43:03 +01:00
16-bit platforms not supported
This commit is contained in:
parent
add6a8f61a
commit
52bb773834
@ -102,8 +102,7 @@ typedef char FB_SQLSTATE_STRING[FB_SQLSTATE_SIZE];
|
||||
|
||||
/*
|
||||
* It is difficult to detect 64-bit long from the redistributable header
|
||||
* we do not care of 16-bit platforms anymore thus we may use plain "int"
|
||||
* which is 32-bit on all platforms we support
|
||||
* thus we may use plain "int" which is 32-bit on all platforms we support
|
||||
*
|
||||
* We'll move to this definition in future API releases.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user