Define VIRTUAL macro
This commit is contained in:
@@ -12,8 +12,9 @@
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
/* C++ definitions */
|
/* C++ definitions */
|
||||||
#define XTCLINK extern "C"
|
|
||||||
#define NULLPTR nullptr
|
#define NULLPTR nullptr
|
||||||
|
#define VIRTUAL virtual
|
||||||
|
#define XTCLINK extern "C"
|
||||||
|
|
||||||
/* C++ boolean type */
|
/* C++ boolean type */
|
||||||
typedef bool BOOLEAN, *PBOOLEAN;
|
typedef bool BOOLEAN, *PBOOLEAN;
|
||||||
@@ -24,8 +25,9 @@
|
|||||||
typedef wchar_t wchar;
|
typedef wchar_t wchar;
|
||||||
#else
|
#else
|
||||||
/* C definitions */
|
/* C definitions */
|
||||||
#define XTCLINK
|
|
||||||
#define NULLPTR ((void *)0)
|
#define NULLPTR ((void *)0)
|
||||||
|
#define VIRTUAL
|
||||||
|
#define XTCLINK
|
||||||
|
|
||||||
/* C boolean type */
|
/* C boolean type */
|
||||||
typedef enum _BOOLEAN
|
typedef enum _BOOLEAN
|
||||||
|
|||||||
Reference in New Issue
Block a user