ext/DataArea.c in rubyfb-0.5.4 vs ext/DataArea.c in rubyfb-0.5.5
- old
+ new
@@ -24,18 +24,10 @@
*/
/* Includes. */
#include "DataArea.h"
#include "FireRubyException.h"
-
-#ifdef OS_UNIX
- #include <inttypes.h>
-#else
- typedef short int16_t;
- typedef long int32_t;
- typedef long long int64_t;
-#endif
-
+#include "rfbint.h"
/**
* This function allocates the memory for a output XSQLDA based on a specified
* XSQLDA providing base details.
*