From 24241c0847261bc0f1c13e877c0afb811f802d08 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 8 Dec 2007 19:49:22 +0100 Subject: [PATCH] opengl32: ntdll import is still needed when building without optimizations. --- dlls/opengl32/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/opengl32/Makefile.in b/dlls/opengl32/Makefile.in index 7e32d6b4e36..7c06f5e654b 100644 --- a/dlls/opengl32/Makefile.in +++ b/dlls/opengl32/Makefile.in @@ -4,7 +4,7 @@ SRCDIR = @srcdir@ VPATH = @srcdir@ MODULE = opengl32.dll IMPORTLIB = libopengl32.$(IMPLIBEXT) -IMPORTS = user32 gdi32 advapi32 kernel32 +IMPORTS = user32 gdi32 advapi32 kernel32 ntdll EXTRAINCL = @X_CFLAGS@ EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ @OPENGL_LIBS@ -- 2.11.4.GIT