mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
More DJGPP cleanup
This commit is contained in:
4
config.c
4
config.c
@@ -179,7 +179,7 @@ CONFIG oldstd = { /* backward compatible standard configuration */
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
TRUE, /* running under windows */
|
||||
#else
|
||||
FALSE, /* congrats, you are not using windows */
|
||||
FALSE, /* not using windows */
|
||||
#endif
|
||||
#if defined(__CYGWIN__)
|
||||
TRUE, /* compiled under cygwin */
|
||||
@@ -239,7 +239,7 @@ CONFIG newstd = { /* new non-backward compatible configuration */
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
TRUE, /* running under windows */
|
||||
#else
|
||||
FALSE, /* congrats, you are not using windows */
|
||||
FALSE, /* not using windows */
|
||||
#endif
|
||||
#if defined(__CYGWIN__)
|
||||
TRUE, /* compiled under cygwin */
|
||||
|
Reference in New Issue
Block a user