]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Modified form of Jim Lucas's PC speaker patch. I don't like
authorSimon Tatham <anakin@pobox.com>
Sat, 24 May 2003 12:31:32 +0000 (12:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 24 May 2003 12:31:32 +0000 (12:31 +0000)
commit9ebeefa470711a5ec1f40e88db1bcfb5e42e1329
treeab42de668db700ea9311bd562d0723e6e2ae619f
parent2b6fb2ceae44ff41b21ce603840d807e8eddcc37
Modified form of Jim Lucas's PC speaker patch. I don't like
discriminating on the Windows version in order to decide whether to
call MessageBeep(-1) or Beep() - I'd prefer to directly test the
specific OS property in any given case - but it looks as if this is
the best available option.

[originally from svn r3208]
putty.h
wincfg.c
window.c