Is there a list of preprocessor defines for various operating systems (and versions)?

Posted by brubelsabs on Stack Overflow See other posts from Stack Overflow or by brubelsabs
Published on 2010-06-07T14:05:43Z Indexed on 2010/06/07 14:12 UTC
Read the original article Hit count: 263

e.g. a mapping for

Mac OS 10.6.3 aka Snow Leopard => __APPLE__ && __LP64__?

Windows 7, Windows XP => __WIN32__

Linux => __LINUX__

© Stack Overflow or respective owner

Related posts about c++

Related posts about operating-system