repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change WSACleanup - wsinfo is a static structure now.
[wine.git]
/
include
/
ver.h
blob
350e01d4696b75f05bc2361b5f6c2380edc84465
1
/* Definitions for the VERsion infolibrary (VER.DLL)
2
*
3
* Copyright 1996 Marcus Meissner
4
*
5
* Marked as obsolete: Albert den Haan (Corel Corp) 1999-04-28
6
* VER.H obsolete, include winver.h instead
7
*/
8
#ifndef __WINE_VER_H
9
#define __WINE_VER_H
10
11
#include
"winver.h"
12
13
#endif
/* __WINE_VER_H */