]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_wgl.c
fix a bunch of warnings if compiling darkplaces as C++ in MSVC2008
[xonotic/darkplaces.git] / vid_wgl.c
index 1902eef76d7a3c1f71296175105f979621d3a255..1b9e758d3dcb524d09833a1bd044b4bdbd8e7c23 100644 (file)
--- a/vid_wgl.c
+++ b/vid_wgl.c
@@ -19,6 +19,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // vid_wgl.c -- NT GL vid component
 
+#pragma comment(lib, "comctl32.lib")
+
 #ifdef SUPPORTDIRECTX
 // Include DX libs
 #pragma comment(lib, "dinput8.lib")