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:
alex 1995-03-15 17:01:27 +00:00
parent dee73f8605
commit 9a59449da3
3 changed files with 1625 additions and 1613 deletions

View File

@ -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 *);

View File

@ -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

View File

@ -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>
/*