From 4d81cc2df1e1a4867a8c874a39365f90b26e2cdb Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Thu, 2 Apr 2015 13:53:15 +0200 Subject: Fix missing parameter for pixel formats infos on win32 --- build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 7aeeda9..4914e2d 100644 --- a/build.rs +++ b/build.rs @@ -29,6 +29,7 @@ fn main() { "WGL_ARB_create_context_profile".to_string(), "WGL_ARB_extensions_string".to_string(), "WGL_ARB_framebuffer_sRGB".to_string(), + "WGL_ARB_multisample".to_string(), "WGL_ARB_pixel_format".to_string(), "WGL_EXT_create_context_es2_profile".to_string(), "WGL_EXT_extensions_string".to_string(), -- cgit v1.2.3