define LIBSHARED_PAL_OS_STRING

From liblfds.org
Revision as of 07:40, 27 May 2016 by Admin (talk | contribs) (Created page with "{{DISPLAYTITLE:define LIBSHARED_PAL_OS_STRING}} ==Source File== └───test_and_benchmark └───libshared └───inc └───li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source File

└───test_and_benchmark
    └───libshared
        └───inc
            └───libshared
                    libshared_porting_abstraction_layer_compiler.h

Define

#define LIBSHARED_PAL_OS_STRING  [compiler name, in double quotes]

Example

#define LIBSHARED_PAL_OS_STRING  "Linux"

Optionality

This define is mandatory and the library cannot compile if it is not set.

Notes

This define is used internally to form up library version string.

See Also