/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to src/rccconfig.c

  • Committer: Suren A. Chilingaryan
  • Date: 2014-06-12 17:03:18 UTC
  • Revision ID: csa@dside.dyndns.org-20140612170318-268tcqj2i99rfbgr
Mingw compatibility fixes by trialuser

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
rcc_language_alias rcc_default_aliases_embeded[RCC_MAX_ALIASES + 1] = {
36
36
/*    { "cs_SK", "sk" },
37
37
    { "ru_UA", "uk" },*/
 
38
#ifdef _WIN32
 
39
    { "Russian_Russia", "ru" },
 
40
    { "Ukrainian_Ukraine", "uk" },
 
41
#endif
38
42
    { NULL, NULL }
39
43
};
40
44