a definition required for MSVC
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user