Fix warning.

svn path=/trunk/; revision=10162
This commit is contained in:
Gregor Anich 2004-07-16 23:35:19 +00:00
parent 3231bd4977
commit e62f0e4796

View file

@ -93,6 +93,7 @@ typedef struct _dibSection{
}WMDIBSECTION, *PWMDIBSECTION;
#ifdef COMPILE_SETPIXEL
struct wmesa_context;
typedef void (*SETPIXELTYPE)(struct wmesa_context *pwc, int iScanLine, int iPixel, BYTE r, BYTE g, BYTE b);
#endif