projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed spawnlp and added exec variants.
[wine]
/
include
/
ver.h
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 */