diff options
Diffstat (limited to 'libxkbfile/src/config.h')
-rw-r--r-- | libxkbfile/src/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libxkbfile/src/config.h b/libxkbfile/src/config.h new file mode 100644 index 000000000..00995531e --- /dev/null +++ b/libxkbfile/src/config.h @@ -0,0 +1,7 @@ +#ifndef __CONFIG_H__ +#define __CONFIG_H__ + +#define snprintf _snprintf +#define strcasecmp stricmp + +#endif |