forked from KolibriOS/kolibrios
6 lines
70 B
C
6 lines
70 B
C
#define RUS 1
|
|
#define ENG 2
|
|
#ifndef LANG
|
|
#define LANG RUS
|
|
#endif
|