define LFDS711_PAL_COMPILER_STRING

From liblfds.org
Revision as of 18:11, 16 February 2017 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source File

└───liblfds711
    └───inc
        └───liblfds711
                lfds711_porting_abstraction_layer_operating_system.h

Define

#define LFDS711_PAL_OS_STRING  [operating system name, in double quotes]

Example

#define LFDS711_PAL_OS_STRING  "Windows (kernel-mode)"

Optionality

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

Notes

This define is used to form up the version string available from lfds711_misc_query.

See Also