OWLNext
7.0
Borland's Object Windows Library for the modern age
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
_
b
c
d
h
i
j
m
o
p
r
s
t
u
y
Enumerations
a
o
s
t
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
c
d
e
i
l
p
r
s
t
v
Enumerations
c
h
p
q
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Related Symbols
d
g
i
o
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
_
c
d
g
i
m
o
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
winelib.h
Go to the documentation of this file.
1
//----------------------------------------------------------------------------
2
// ObjectWindows
3
// OWL NExt
4
//
5
// Created by Juraj Hercek <juraj@syncad.com>
6
//
7
//----------------------------------------------------------------------------
8
9
10
#if !defined(__OWL_WINELIB_H__)
11
#define __OWL_WINELIB_H__
12
13
//JJH most of the stuff is in winelib-port project
14
15
//<winsock problem section>
16
//This is here because we need to include winelib's winsock2.h before linux
17
//stdlib.h, otherwise we get ntohl() and related defined in linux and not
18
//in winelib's manner, problem occured during compilation of
19
//source/owlcore/winsock.cpp and in subsequent files related to sockets.
20
21
//Check owl/include/private/defs.h:468
22
#define _OWLCLASS
23
#define _OWLCLASS_RTL
24
25
//JJH We need to include this before unix stdlib.h to avoid ntohl() problems.
26
#include <winsock2.h>
27
//</winsock problem section>
28
29
#endif
//__OWL_WINELIB_H__
30
31
include
owl
private
winelib.h
Generated by
1.10.0