mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 11:07:54 +08:00
cleanup: convert tab to spaces and trim tail spaces
This commit is contained in:
@@ -130,9 +130,9 @@
|
||||
/* If using the C implementation of alloca, define if you know the
|
||||
direction of stack growth for your system; otherwise it will be
|
||||
automatically deduced at run-time.
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
/* #undef STACK_DIRECTION */
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
|
||||
@@ -130,9 +130,9 @@
|
||||
/* If using the C implementation of alloca, define if you know the
|
||||
direction of stack growth for your system; otherwise it will be
|
||||
automatically deduced at run-time.
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
/* #undef STACK_DIRECTION */
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
|
||||
@@ -130,9 +130,9 @@
|
||||
/* If using the C implementation of alloca, define if you know the
|
||||
direction of stack growth for your system; otherwise it will be
|
||||
automatically deduced at run-time.
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
/* #undef STACK_DIRECTION */
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
|
||||
@@ -366,7 +366,7 @@
|
||||
/* #undef _MGINCOREFONT_VGAS */
|
||||
|
||||
/* Define if include in-core font: 12x12 RBF for GB2312 */
|
||||
#define _MGINCORERBF_GB12 1
|
||||
#define _MGINCORERBF_GB12 1
|
||||
/* Define if include in-core font: 16x16 RBF for GB2312 */
|
||||
/* #undef _MGINCORERBF_GB16 */
|
||||
|
||||
|
||||
@@ -269,7 +269,7 @@
|
||||
/*#define _MGHAVE_MOUSECALIBRATE 1*/
|
||||
|
||||
/* Define if include skin support */
|
||||
#define _EXT_SKIN 1
|
||||
#define _EXT_SKIN 1
|
||||
|
||||
/* Define if include 16BPP FB subdriver */
|
||||
/* #undef _MGFONT_FBLIN16 */
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
/* #undef _MGINCOREFONT_VGAS */
|
||||
|
||||
/* Define if include in-core font: 12x12 RBF for GB2312 */
|
||||
#define _MGINCORERBF_GB12 1
|
||||
#define _MGINCORERBF_GB12 1
|
||||
/* Define if include in-core font: 16x16 RBF for GB2312 */
|
||||
#define _MGINCORERBF_GB16 1
|
||||
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
/* #undef _MGINCOREFONT_VGAS */
|
||||
|
||||
/* Define if include in-core font: 12x12 RBF for GB2312 */
|
||||
#define _MGINCORERBF_GB12 1
|
||||
#define _MGINCORERBF_GB12 1
|
||||
/* Define if include in-core font: 16x16 RBF for GB2312 */
|
||||
#define _MGINCORERBF_GB16 1
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
/* Define if include the automatic IAL engine */
|
||||
//#define _MGIAL_AUTO 1
|
||||
/* Define if include the COMM input engine */
|
||||
#define _MGIAL_COMM 1
|
||||
#define _MGIAL_COMM 1
|
||||
|
||||
/* Define if support BIG5 charset */
|
||||
/* #undef _MGCHARSET_BIG5 */
|
||||
@@ -259,11 +259,11 @@
|
||||
|
||||
/* Define if include full gif support */
|
||||
#define _MGHAVE_MOUSECALIBRATE 1
|
||||
#define _EXT_FULLGIF 1
|
||||
#define _EXT_FULLGIF 1
|
||||
#define _MGCTRL_GRIDVIEW 1
|
||||
#define _MGCTRL_ICONVIEW 1
|
||||
/* Define if include skin support */
|
||||
#define _EXT_SKIN 1
|
||||
#define _EXT_SKIN 1
|
||||
|
||||
/* Define if include 16BPP FB subdriver */
|
||||
/* #undef _MGFONT_FBLIN16 */
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
/* Define if include the automatic IAL engine */
|
||||
#define _MGIAL_AUTO 1
|
||||
/* Define if include the COMM input engine */
|
||||
#define _MGIAL_COMM 1
|
||||
#define _MGIAL_COMM 1
|
||||
|
||||
/* Define if support BIG5 charset */
|
||||
/* #undef _MGCHARSET_BIG5 */
|
||||
@@ -259,11 +259,11 @@
|
||||
|
||||
/* Define if include full gif support */
|
||||
#define _MGHAVE_MOUSECALIBRATE 1
|
||||
#define _EXT_FULLGIF 1
|
||||
#define _EXT_FULLGIF 1
|
||||
#define _MGCTRL_GRIDVIEW 1
|
||||
#define _MGCTRL_ICONVIEW 1
|
||||
/* Define if include skin support */
|
||||
#define _EXT_SKIN 1
|
||||
#define _EXT_SKIN 1
|
||||
|
||||
/* Define if include 16BPP FB subdriver */
|
||||
/* #undef _MGFONT_FBLIN16 */
|
||||
@@ -573,7 +573,7 @@
|
||||
/* #define _MGIAL_UCOSII 1 */
|
||||
|
||||
/* Define if support UNICODE */
|
||||
#define _MGCHARSET_UNICODE 1
|
||||
#define _MGCHARSET_UNICODE 1
|
||||
|
||||
/* Define if use own implementation of malloc functions */
|
||||
/* #define _MGUSE_OWN_MALLOC 1 */
|
||||
|
||||
@@ -91,12 +91,12 @@
|
||||
/* Define to 1 if you have the `tmpfile' function. */
|
||||
#define HAVE_TMPFILE 1
|
||||
|
||||
/*#define HAVE_MODE_T 1*/
|
||||
/*#define HAVE_MODE_T 1*/
|
||||
/* Define to 1 if you have the `mktime' function. */
|
||||
#define HAVE_MKTIME 1
|
||||
|
||||
/* Define to 1 if you have the `time' function. */
|
||||
#define HAVE_TIME 1
|
||||
#define HAVE_TIME 1
|
||||
|
||||
/* Define to 1 if you have the `localtime' function. */
|
||||
#define HAVE_LOCALTIME 1
|
||||
@@ -140,9 +140,9 @@
|
||||
/* If using the C implementation of alloca, define if you know the
|
||||
direction of stack growth for your system; otherwise it will be
|
||||
automatically deduced at run-time.
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
/* #undef STACK_DIRECTION */
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
|
||||
@@ -24,5 +24,5 @@
|
||||
#pragma warning(disable:4101) /* unreferenced local variable */
|
||||
#pragma warning(error:4150)
|
||||
|
||||
#pragma warning(disable:4244) /* No possible loss of data warnings */
|
||||
#pragma warning(disable:4244) /* No possible loss of data warnings */
|
||||
#pragma warning(disable:4305) /* No truncation from int to char warnings */
|
||||
|
||||
Reference in New Issue
Block a user