1
0
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:
Simon Tatham 2001-04-16 21:33:18 +00:00
parent abf6514f71
commit 5279229ad3
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,7 @@
#include <windows.h>
#include <imm.h>
#include <commctrl.h>
#include <mmsystem.h>
#ifndef AUTO_WINSOCK
#ifdef WINSOCK_TWO
#include <winsock2.h>