20000401-02:00 est

This commit is contained in:
Paul Tucker
2000-04-01 07:02:55 +00:00
parent 945db3a4e5
commit e246f08dd9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
20000401-02:00 EST Paul Tucker <ptucker@sympatico.ca>
* include/hbvmpub.h
* turns out msc8 doesn't know pack(push)
20000401-06:09 GMT+1 Victor Szakats <info@szelvesz.hu>
- source/rtl/environ.c

View File

@@ -48,7 +48,7 @@ struct _HB_DYNS;
OS/2 GCC valid values for pragma pack are 1, 2, 4 with 4 being default
*/
#if defined(_MSC_VER) && _MSC_VER < 1000
#pragma pack(push, 8)
#pragma pack(8)
#endif
/* symbol support structure */
@@ -60,7 +60,7 @@ typedef struct
struct _HB_DYNS * pDynSym; /* pointer to its dynamic symbol if defined */
} HB_SYMB, * PHB_SYMB;
#if defined(_MSC_VER) && _MSC_VER < 1000
#pragma pack(pop)
#pragma pack()
#endif
/* dynamic symbol structure */