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
/
wshisotp.h
1
/* WSHISOTP.H
2
*/
3
4
#ifndef _WINE_WSHISOTP_
5
#define _WINE_WSHISOTP_
6
7
#ifdef __cplusplus
8
extern "C" {
9
#endif /* defined(__cplusplus) */
10
11
/*
12
* constants
13
*/
14
#define ISOPROTO_TP4 29
15
#define ISOPROTO_TP ISOPROTO_TP4
16
17
18
#ifdef __cplusplus
19
} /* extern "C" */
20
#endif /* defined(__cplusplus) */
21
22
#endif /* _WINE_WSHISOTP_ */