commit | 3c77035a72c2214c68b72dd828cfdbf202599804 | [log] [tgz] |
---|---|---|
author | Dimitrie O. Paun <dimi@cs.toronto.edu> | Fri Jan 01 19:50:40 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 01 19:50:40 1999 +0000 |
tree | c783df7da01a85e892d1f8de52131add00b912cf | |
parent | 55de5585e63e86f8704a3aeda743eb8d8a662aca [diff] [blame] |
Protect against multiple includes.
diff --git a/include/psdrv.h b/include/psdrv.h index 4126601..cfc6c34 100644 --- a/include/psdrv.h +++ b/include/psdrv.h
@@ -1,3 +1,5 @@ +#ifndef __WINE_PSDRV_H +#define __WINE_PSDRV_H /* * PostScript driver definitions @@ -330,6 +332,6 @@ const void *bits, const BITMAPINFO *info, UINT32 wUsage, DWORD dwRop ); - +#endif