Mercurial > pidgin
comparison src/sound.c @ 4019:e53d9f9969d0
[gaim-migrate @ 4219]
win32dep.h included for DATADIR
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Fri, 29 Nov 2002 19:13:12 +0000 |
parents | 63e1cc99aedb |
children | 4b04ecb3eb97 |
comparison
equal
deleted
inserted
replaced
4018:1e9dbcdf8455 | 4019:e53d9f9969d0 |
---|---|
51 #ifdef NAS_SOUND | 51 #ifdef NAS_SOUND |
52 #include <audio/audiolib.h> | 52 #include <audio/audiolib.h> |
53 #endif | 53 #endif |
54 | 54 |
55 #include "gaim.h" | 55 #include "gaim.h" |
56 | |
57 #ifdef _WIN32 | |
58 #include "win32dep.h" | |
59 #endif | |
56 | 60 |
57 gboolean mute_sounds = 0; | 61 gboolean mute_sounds = 0; |
58 | 62 |
59 /* description, option bit, default sound file * | 63 /* description, option bit, default sound file * |
60 * if you want it to get displayed in the prefs dialog, it needs * | 64 * if you want it to get displayed in the prefs dialog, it needs * |