Ignore:
Timestamp:
Oct 17, 2005, 9:05:11 PM (20 years ago)
Author:
pr
Message:

Bart's fixes for bug 31

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/syssound.c

    r264 r300  
    380380            // this is done by calling WinAlarm with 1000+index!
    381381            // sick stuff..
    382             WinAlarm(HWND_DESKTOP, usIndex+1000); // V0.9.6 (2000-10-16) [umoeller]
     382            WinAlarm(HWND_DESKTOP, WA_FILECHANGED + usIndex); // V0.9.6 (2000-10-16) [umoeller]
    383383
    384384    return brc;
     
    701701                                // notify MMPM/2 of the change... see sndWriteSoundData
    702702                                // V0.9.6 (2000-10-16) [umoeller]
    703                                 WinAlarm(HWND_DESKTOP, usIndex+1000);
     703                                WinAlarm(HWND_DESKTOP, WA_FILECHANGED + usIndex);
    704704                        }
    705705                    }
Note: See TracChangeset for help on using the changeset viewer.