OMW  0.1.0
Macros
defs.h File Reference

Go to the source code of this file.

Macros

#define OMW_PLAT_WIN64   (1)
 Defined as 1 if target is x64 Windows. Otherwise, undefined.
 
#define OMW_PLAT_UNIX   (1)
 Defined as 1 if __unix__ is defined. Otherwise, undefined.
 
#define OMW_PLAT_WIN   (1)
 Defined as 1 if OMW_PLAT_WIN32 or OMW_PLAT_WIN64 is defined. Otherwise, undefined.
 
#define OMW__FILENAME__   (OMWi_file_to_filename(__FILE__))
 Macro wich returns the current source filename. More...
 
#define OMW_SIZE_MAX   ((size_t)-1)
 

Macro Definition Documentation

◆ OMW__FILENAME__

#define OMW__FILENAME__   (OMWi_file_to_filename(__FILE__))

Macro wich returns the current source filename.

Similar to __FILE__ but does not contain the full path.