Minor fix to support define HB_NO_DEFAULT_API_MACROS (if used)

required by Microsoft compiler
This commit is contained in:
Antonio Linares
2005-10-23 07:13:09 +00:00
parent faeb92ea67
commit 44bd86333a
2 changed files with 6 additions and 0 deletions

View File

@@ -55,6 +55,9 @@
*
*/
#ifdef HB_NO_DEFAULT_API_MACROS
#include "hbapiitm.h"
#endif
#include "hbsxfunc.h"
#define rnd_mul1 0x0de6d

View File

@@ -220,6 +220,9 @@
*/
#include "hbapi.h"
#ifdef HB_NO_DEFAULT_API_MACROS
#include "hbapiitm.h"
#endif
#include "hbapifs.h"
#include "hbapirdd.h"
#include "hbapierr.h"