Protect against multiple includes.
This commit is contained in:
parent
55de5585e6
commit
3c77035a72
|
@ -1,3 +1,5 @@
|
|||
#ifndef __WINE_PSDRV_H
|
||||
#define __WINE_PSDRV_H
|
||||
|
||||
/*
|
||||
* PostScript driver definitions
|
||||
|
@ -330,6 +332,6 @@ extern INT32 PSDRV_StretchDIBits( DC *dc, INT32 xDst, INT32 yDst,
|
|||
const void *bits, const BITMAPINFO *info,
|
||||
UINT32 wUsage, DWORD dwRop );
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue