Protect against multiple includes.

This commit is contained in:
Dimitrie O. Paun 1999-01-01 19:50:40 +00:00 committed by Alexandre Julliard
parent 55de5585e6
commit 3c77035a72
1 changed files with 3 additions and 1 deletions

View File

@ -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