aboutsummaryrefslogtreecommitdiff
path: root/libxkbfile/src/config.h
blob: 00995531e3bbff1077de1d1a78742fbf3257413c (plain)
1
2
3
4
5
6
7
#ifndef __CONFIG_H__
#define __CONFIG_H__

#define snprintf _snprintf
#define strcasecmp stricmp

#endif