mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Fix warning.
svn path=/trunk/; revision=10162
This commit is contained in:
parent
3231bd4977
commit
e62f0e4796
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue