C-chat
Macros
interop.h File Reference

A file defining useful macros that indicate if we're on Windows or on POSIX-compliant OS. More...

Go to the source code of this file.

Macros

#define IS_POSIX   0
 
#define IS_WINDOWS   0
 

Detailed Description

A file defining useful macros that indicate if we're on Windows or on POSIX-compliant OS.

Defines IS_POSIX : 0 if current OS is not POSIX-compliant, else 1 Defines IS_WINDOWS : 0 if current OS is not Windows, else 1