Alexandre Julliard | 2ace16a | 1996-04-28 15:09:19 +0000 | [diff] [blame] | 1 | /* Definitions for the VERsion infolibrary (VER.DLL) |
| 2 | * |
| 3 | * Copyright 1996 Marcus Meissner |
Paul Quinn | f981c6c | 1999-05-29 11:15:39 +0000 | [diff] [blame] | 4 | * |
| 5 | * Marked as obsolete: Albert den Haan (Corel Corp) 1999-04-28 |
| 6 | * VER.H obsolete, include winver.h instead |
Alexandre Julliard | 2ace16a | 1996-04-28 15:09:19 +0000 | [diff] [blame] | 7 | */ |
| 8 | #ifndef __WINE_VER_H |
| 9 | #define __WINE_VER_H |
| 10 | |
Paul Quinn | f981c6c | 1999-05-29 11:15:39 +0000 | [diff] [blame] | 11 | #include "winver.h" |
Ulrich Weigand | 667fc3a | 1999-01-31 10:08:42 +0000 | [diff] [blame] | 12 | |
Alexandre Julliard | 2ace16a | 1996-04-28 15:09:19 +0000 | [diff] [blame] | 13 | #endif /* __WINE_VER_H */ |