Aggiunto malloc.h per il WATCOM C++ compiler
git-svn-id: svn://10.65.10.50/trunk@1127 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
dee73f8605
commit
9a59449da3
@ -7,7 +7,11 @@
|
||||
#include "btrread.h"
|
||||
#include "btrbase.h"
|
||||
#include "checks.h"
|
||||
#ifdef __WATCOMC__
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#include <memory.h>
|
||||
#endif
|
||||
|
||||
|
||||
void Move(byte ,int ,int ,int ,char *,char *);
|
||||
|
@ -18,7 +18,11 @@ openf : array di TUTTI i puntatori ai descrittori dei file ISAM aperti
|
||||
#include "cisam.h"
|
||||
#include "libdefs.h"
|
||||
#include "checks.h"
|
||||
#ifdef __WATCOMC__
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#include <memory.h>
|
||||
#endif
|
||||
#define logname "log.gen"
|
||||
#define INTTLOCK 0xF000
|
||||
#define ISLOCKED 225
|
||||
|
@ -10,7 +10,11 @@
|
||||
#include <cbpltree.h>
|
||||
#include <cbplcre.h>
|
||||
#include <cisam.h>
|
||||
#ifdef __WATCOMC__
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#include <memory.h>
|
||||
#endif
|
||||
#include <progind.h>
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user