[Python-checkins] CVS: python/dist/src/PC winsound.c,1.7,1.8

Tim Peters tim_one@users.sourceforge.net
Tue, 20 Feb 2001 02:02:23 -0800


Update of /cvsroot/python/python/dist/src/PC
In directory usw-pr-cvs1:/tmp/cvs-serv26540/python/dist/src/PC

Modified Files:
	winsound.c 
Log Message:
Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.
If someone knows how to turn the new table of guaranteed-registered system
sounds into a LaTeX table, be my guest.


Index: winsound.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/winsound.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** winsound.c	2001/02/19 08:36:41	1.7
--- winsound.c	2001/02/20 10:02:21	1.8
***************
*** 60,64 ****
  "PlaySound(sound, flags) - play a sound\n"
  "SND_FILENAME - sound is a wav file name\n"
! "SND_ALIAS - sound is a control panel sound association name\n"
  "SND_LOOP - Play the sound repeatedly; must also specify SND_ASYNC\n"
  "SND_MEMORY - sound is a memory image of a wav file\n"
--- 60,64 ----
  "PlaySound(sound, flags) - play a sound\n"
  "SND_FILENAME - sound is a wav file name\n"
! "SND_ALIAS - sound is a registry sound association name\n"
  "SND_LOOP - Play the sound repeatedly; must also specify SND_ASYNC\n"
  "SND_MEMORY - sound is a memory image of a wav file\n"