8
0
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:
mapopa 2014-12-16 04:41:57 +00:00
parent add6a8f61a
commit 52bb773834

View File

@ -102,8 +102,7 @@ typedef char FB_SQLSTATE_STRING[FB_SQLSTATE_SIZE];
/* /*
* It is difficult to detect 64-bit long from the redistributable header * 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" * thus we may use plain "int" which is 32-bit on all platforms we support
* which is 32-bit on all platforms we support
* *
* We'll move to this definition in future API releases. * We'll move to this definition in future API releases.
* *