repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Extended __wine_enter_vm86 to handle pending interrupts.
[wine/multimedia.git]
/
include
/
wsipx.h
blob
d40839ac66e83b82bb3b1533434b6fa0e36d74b0
1
/* WCIPX.H
2
*/
3
4
#ifndef _WINE_WCIPX_
5
#define _WINE_WCIPX_
6
7
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
/* defined(__cplusplus) */
10
11
/*
12
* constants
13
*/
14
#define NSPROTO_IPX 1000
15
#define NSPROTO_SPX 1256
16
#define NSPROTO_SPXII 1257
17
18
19
#ifdef __cplusplus
20
}
/* extern "C" */
21
#endif
/* defined(__cplusplus) */
22
23
#endif
/* _WINE_WCIPX_ */