Skip to content
Snippets Groups Projects
Commit bff69b90 authored by sof's avatar sof
Browse files

[project @ 1997-03-24 06:03:57 by sof]

cygwin32 macros
parent 4e3eebb8
No related merge requests found
......@@ -130,6 +130,12 @@ you will screw up the layout where they are used in case expressions!
#else
# define IF_OS_bsdi(x,y) y
#endif
-- - - - - - - - - - - - - - - - - - - - - -
#if cygwin32_TARGET_OS
# define IF_OS_cygwin32(x,y) x
#else
# define IF_OS_cygwin32(x,y) y
#endif
---------------------------------------------
#if sparc_TARGET_ARCH
# define IF_ARCH_sparc(x,y) x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment