mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-05-28 07:14:48 -05:00
Include <mmsystem.h> and winmm.lib for PlaySound.
[originally from svn r1057]
This commit is contained in:
parent
abf6514f71
commit
5279229ad3
2
Makefile
2
Makefile
@ -124,7 +124,7 @@ LRESRC = plink.$(RES)
|
||||
|
||||
LIBS1 = advapi32.lib user32.lib gdi32.lib
|
||||
LIBS2 = comctl32.lib comdlg32.lib
|
||||
LIBS3 = shell32.lib
|
||||
LIBS3 = shell32.lib winmm.lib
|
||||
SOCK1 = wsock32.lib
|
||||
SOCK2 = ws2_32.lib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user