mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r2695) - Fix: OS/2 project update, add os2.h to dedicated_v.c
This commit is contained in:
parent
86a76d735e
commit
e36506b1d1
46
openttd.tgt
46
openttd.tgt
@ -194,7 +194,7 @@ WVList
|
|||||||
0
|
0
|
||||||
51
|
51
|
||||||
WPickList
|
WPickList
|
||||||
114
|
115
|
||||||
52
|
52
|
||||||
MItem
|
MItem
|
||||||
3
|
3
|
||||||
@ -2328,8 +2328,8 @@ WVList
|
|||||||
0
|
0
|
||||||
532
|
532
|
||||||
MItem
|
MItem
|
||||||
14
|
19
|
||||||
video\null_v.c
|
video\dedicated_v.c
|
||||||
533
|
533
|
||||||
WString
|
WString
|
||||||
4
|
4
|
||||||
@ -2346,8 +2346,8 @@ WVList
|
|||||||
0
|
0
|
||||||
536
|
536
|
||||||
MItem
|
MItem
|
||||||
13
|
14
|
||||||
video\sdl_v.c
|
video\null_v.c
|
||||||
537
|
537
|
||||||
WString
|
WString
|
||||||
4
|
4
|
||||||
@ -2364,8 +2364,8 @@ WVList
|
|||||||
0
|
0
|
||||||
540
|
540
|
||||||
MItem
|
MItem
|
||||||
10
|
13
|
||||||
viewport.c
|
video\sdl_v.c
|
||||||
541
|
541
|
||||||
WString
|
WString
|
||||||
4
|
4
|
||||||
@ -2382,8 +2382,8 @@ WVList
|
|||||||
0
|
0
|
||||||
544
|
544
|
||||||
MItem
|
MItem
|
||||||
11
|
10
|
||||||
water_cmd.c
|
viewport.c
|
||||||
545
|
545
|
||||||
WString
|
WString
|
||||||
4
|
4
|
||||||
@ -2400,8 +2400,8 @@ WVList
|
|||||||
0
|
0
|
||||||
548
|
548
|
||||||
MItem
|
MItem
|
||||||
10
|
11
|
||||||
waypoint.c
|
water_cmd.c
|
||||||
549
|
549
|
||||||
WString
|
WString
|
||||||
4
|
4
|
||||||
@ -2418,8 +2418,8 @@ WVList
|
|||||||
0
|
0
|
||||||
552
|
552
|
||||||
MItem
|
MItem
|
||||||
8
|
10
|
||||||
widget.c
|
waypoint.c
|
||||||
553
|
553
|
||||||
WString
|
WString
|
||||||
4
|
4
|
||||||
@ -2437,7 +2437,7 @@ WVList
|
|||||||
556
|
556
|
||||||
MItem
|
MItem
|
||||||
8
|
8
|
||||||
window.c
|
widget.c
|
||||||
557
|
557
|
||||||
WString
|
WString
|
||||||
4
|
4
|
||||||
@ -2452,3 +2452,21 @@ WVList
|
|||||||
1
|
1
|
||||||
1
|
1
|
||||||
0
|
0
|
||||||
|
560
|
||||||
|
MItem
|
||||||
|
8
|
||||||
|
window.c
|
||||||
|
561
|
||||||
|
WString
|
||||||
|
4
|
||||||
|
COBJ
|
||||||
|
562
|
||||||
|
WVList
|
||||||
|
0
|
||||||
|
563
|
||||||
|
WVList
|
||||||
|
0
|
||||||
|
52
|
||||||
|
1
|
||||||
|
1
|
||||||
|
0
|
||||||
|
@ -43,7 +43,7 @@ WRect
|
|||||||
WFileName
|
WFileName
|
||||||
17
|
17
|
||||||
..\..\openttd.tgt
|
..\..\openttd.tgt
|
||||||
0
|
89
|
||||||
22
|
22
|
||||||
11
|
11
|
||||||
VComponent
|
VComponent
|
||||||
|
@ -18,6 +18,10 @@
|
|||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
# include <conio.h>
|
# include <conio.h>
|
||||||
|
|
||||||
|
# define INCL_DOS
|
||||||
|
# include <os2.h>
|
||||||
|
|
||||||
# define STDIN 0 /* file descriptor for standard input */
|
# define STDIN 0 /* file descriptor for standard input */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user