wined3d: Set the drawprim.c GLINFO_LOCATION to *gl_info.

This commit is contained in:
Henri Verbeet 2010-05-24 09:56:34 +02:00 committed by Alexandre Julliard
parent 61c8a30574
commit 5178e475d6

View file

@ -28,7 +28,7 @@
#include "wined3d_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d_draw);
#define GLINFO_LOCATION This->adapter->gl_info
#define GLINFO_LOCATION (*gl_info)
#include <stdio.h>
#include <math.h>