a definition required for MSVC

This commit is contained in:
Antonio Linares
2003-09-18 08:01:17 +00:00
parent 176111c94e
commit 23edacce65

View File

@@ -71,6 +71,9 @@
#include "hbrddwrk.h"
#include "hbapicdp.h"
#ifndef min
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif
typedef struct _AREANODE
{
@@ -81,8 +84,6 @@ typedef struct _AREANODE
typedef AREANODE * LPAREANODE;
extern HB_FUNC( _DBF );
extern HB_FUNC( _SDF );
extern HB_FUNC( _DELIM );