mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-25 10:19:36 +03:00
0f8b75bb05
git-svn-id: svn://kolibrios.org@5115 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
70 B
C
6 lines
70 B
C
#define RUS 1
|
|
#define ENG 2
|
|
#ifndef LANG
|
|
#define LANG RUS
|
|
#endif
|