Skip to content

Commit

Permalink
win32: add linker pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
OV2 committed Apr 17, 2017
1 parent f815f25 commit 1b3a4d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32/CDirectDraw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
***********************************************************************************/

#if DIRECTDRAW_SUPPORT
#pragma comment( lib, "ddraw" )

// CDirectDraw.cpp: implementation of the CDirectDraw class.
//
Expand Down

0 comments on commit 1b3a4d0

Please sign in to comment.