common: add a row/column co-ordinate structure
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
#ifndef IVY_COMMON_MISC_H_
|
#ifndef IVY_COMMON_MISC_H_
|
||||||
#define IVY_COMMON_MISC_H_
|
#define IVY_COMMON_MISC_H_
|
||||||
|
|
||||||
#if defined(_MSC_VER) && IVY_STATIC==0
|
struct ivy_char_cell {
|
||||||
|
unsigned long c_row, c_col;
|
||||||
|
};
|
||||||
|
|
||||||
|
#if defined(_MSC_VER) && IVY_STATIC == 0
|
||||||
#ifdef IVY_EXPORT
|
#ifdef IVY_EXPORT
|
||||||
#define IVY_API extern __declspec(dllexport)
|
#define IVY_API extern __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user