Skip to content

File wsh_shell_version.h

FileList > src > wsh_shell_version.h

Go to the source code of this file

Macros

Type Name
define WSH_SHELL_VERSION_MAJOR 2
define WSH_SHELL_VERSION_MINOR 3
define WSH_SHELL_VERSION_STR \_WSH\_SHELL\_STR(WSH\_SHELL\_VERSION\_MAJOR) "." \_WSH\_SHELL\_STR(WSH\_SHELL\_VERSION\_MINOR)
define _WSH_SHELL_STR (x) \_WSH\_SHELL\_STR\_HELPER(x)
define _WSH_SHELL_STR_HELPER (x) #x

Macro Definition Documentation

define WSH_SHELL_VERSION_MAJOR

#define WSH_SHELL_VERSION_MAJOR `2`

define WSH_SHELL_VERSION_MINOR

#define WSH_SHELL_VERSION_MINOR `3`

define WSH_SHELL_VERSION_STR

#define WSH_SHELL_VERSION_STR `_WSH_SHELL_STR(WSH_SHELL_VERSION_MAJOR) "." _WSH_SHELL_STR(WSH_SHELL_VERSION_MINOR)`

define _WSH_SHELL_STR

1
2
3
#define _WSH_SHELL_STR (
    x
) `_WSH_SHELL_STR_HELPER(x)`

define _WSH_SHELL_STR_HELPER

1
2
3
#define _WSH_SHELL_STR_HELPER (
    x
) `#x`


The documentation for this class was generated from the following file src/wsh_shell_version.h