Co-Authored-By: drashna <drashna@live.com>
This commit is contained in:
Konstantin Đorđević 2018-11-02 12:48:51 -07:00 committed by Drashna Jaelre
parent 68d1d5de1c
commit d4b8811013
No known key found for this signature in database
GPG Key ID: 4C4221222CD5F9F0

View File

@ -22,7 +22,7 @@
unicode_config_t unicode_config; unicode_config_t unicode_config;
static uint8_t saved_mods; static uint8_t saved_mods;
#ifdef AUDIO_ENABLE #ifdef AUDIO_ENABLE
#ifdef UNICODE_LINUX_SONG #ifdef UNICODE_SONG_LNX
float linux_song[][2] = UNICODE_LINUX_SONG; float linux_song[][2] = UNICODE_LINUX_SONG;
#endif #endif
#ifdef UNICODE_WINDOWS_SONG #ifdef UNICODE_WINDOWS_SONG