diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/osdefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Include/osdefs.h b/Include/osdefs.h index bd84c1c..3243944 100644 --- a/Include/osdefs.h +++ b/Include/osdefs.h @@ -14,6 +14,10 @@ extern "C" { #define DELIM L';' #endif +#ifdef __VXWORKS__ +#define DELIM L';' +#endif + /* Filename separator */ #ifndef SEP #define SEP L'/' |