2000-10-23 23:29 GMT+2 Maurilio Longo <maurilio.longo@libero.it>

This commit is contained in:
Maurilio Longo
2000-10-23 21:31:36 +00:00
parent 581d49ab5e
commit 839949be1a
5 changed files with 67 additions and 32 deletions

View File

@@ -38,6 +38,12 @@
#include "hbapirdd.h"
/* 23/10/00 - maurilio.longo@libero.it
When using GCC under OS/2 pack(1) byte aligns every structure */
#if defined(__EMX__) && ! defined(__RSXNT__)
#pragma pack(1)
#endif
#if defined(HB_EXTERN_C)
extern "C" {
#endif
@@ -81,4 +87,9 @@ typedef DBFFIELD * LPDBFFIELD;
}
#endif
#if defined(__EMX__) && ! defined(__RSXNT__)
#pragma pack()
#endif
#endif /* HB_DBF_H_ */