When checking for sys/mount.h and sys/user.h also include sys/types.h
[wine] / documentation / wine-devel.sgml
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
6
7 <!entity compiling SYSTEM "compiling.sgml">
8 <!entity debugging SYSTEM "debugging.sgml">
9 <!entity documentation SYSTEM "documentation.sgml">
10 <!entity testing SYSTEM "testing.sgml">
11 <!entity patches SYSTEM "patches.sgml">
12 <!entity i18n SYSTEM "i18n.sgml">
13 <!entity porting SYSTEM "porting.sgml">
14
15 <!entity architecture SYSTEM "architecture.sgml">
16 <!entity ole SYSTEM "ole.sgml">
17 <!entity debugger SYSTEM "debugger.sgml">
18 <!entity consoles SYSTEM "consoles.sgml">
19 <!entity implementation SYSTEM "implementation.sgml">
20 <!entity opengl SYSTEM "opengl.sgml">
21 <!entity build SYSTEM "build.sgml">
22 <!entity tools SYSTEM "tools.sgml">
23 <!entity dlls SYSTEM "dlls.sgml">
24 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
25
26 <!--
27 <!entity status SYSTEM "status.sgml">
28 -->
29 ]>
30
31 <book id="index">
32   <bookinfo>
33     <title>Wine Developer's Guide</title>
34   </bookinfo>
35
36   <part id="part-one">
37     <title>Developing Wine</title>
38
39     &compiling;
40     &debugger;
41     &documentation;
42     &testing;
43     &patches;
44     &i18n;
45     &tools;
46   </part>
47
48   <part id="part-two">
49     <title>Wine Architecture</title>
50
51     &architecture;
52     &debugging;
53     &ole;
54     &opengl;
55     &build;
56     &dlls;
57   </part>
58
59   <part id="part-three">
60     <title>Advanced Topics</title>
61     &implementation;
62     &porting;
63     &consoles;
64     &cvs-regression;
65   </part>
66
67 </book>