14 lines
296 B
C
14 lines
296 B
C
/* Definitions for the VERsion infolibrary (VER.DLL)
|
|
*
|
|
* Copyright 1996 Marcus Meissner
|
|
*
|
|
* Marked as obsolete: Albert den Haan (Corel Corp) 1999-04-28
|
|
* VER.H obsolete, include winver.h instead
|
|
*/
|
|
#ifndef __WINE_VER_H
|
|
#define __WINE_VER_H
|
|
|
|
#include "winver.h"
|
|
|
|
#endif /* __WINE_VER_H */
|