mirror of https://github.com/snes9xgit/snes9x.git
win32: add linker pragma
This commit is contained in:
parent
f815f25a00
commit
1b3a4d024e
|
@ -188,6 +188,7 @@
|
|||
***********************************************************************************/
|
||||
|
||||
#if DIRECTDRAW_SUPPORT
|
||||
#pragma comment( lib, "ddraw" )
|
||||
|
||||
// CDirectDraw.cpp: implementation of the CDirectDraw class.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue