Remove <ntstatus.h> to allow compilation with MS PSDK headers.
[wine.git] / documentation / wine-devel.sgml
blob762ea40b2f89703682e9af078489487375e7ab5d
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
7 <!entity build SYSTEM "build.sgml">
8 <!entity debugger SYSTEM "debugger.sgml">
9 <!entity documentation SYSTEM "documentation.sgml">
10 <!entity patches SYSTEM "patches.sgml">
11 <!entity testing SYSTEM "testing.sgml">
12 <!entity i18n SYSTEM "i18n.sgml">
13 <!entity tools SYSTEM "tools.sgml">
15 <!entity architecture SYSTEM "architecture.sgml">
16 <!entity debugging SYSTEM "debugging.sgml">
17 <!entity ole SYSTEM "ole.sgml">
18 <!entity opengl SYSTEM "opengl.sgml">
19 <!entity multimedia SYSTEM "multimedia.sgml">
21 <!entity cvs SYSTEM "cvs.sgml">
23 <!entity implementation SYSTEM "implementation.sgml">
24 <!entity porting SYSTEM "porting.sgml">
25 <!entity consoles SYSTEM "consoles.sgml">
26 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
28 <!--
29 <!entity status SYSTEM "status.sgml">
30 -->
33 <book id="index">
34 <bookinfo>
35 <title>Wine Developer's Guide</title>
36 </bookinfo>
38 <part id="part-one">
39 <title>Developing Wine</title>
41 &build;
42 &debugger;
43 &documentation;
44 &patches;
45 &testing;
46 &i18n;
47 &tools;
48 </part>
50 <part id="part-two">
51 <title>Wine Architecture</title>
53 &architecture;
54 &debugging;
55 &ole;
56 &opengl;
57 &multimedia;
58 </part>
60 <part id="part-three">
61 <title>Using CVS</title>
62 &cvs;
63 </part>
65 <part id="part-four">
66 <title>Advanced Topics</title>
67 &implementation;
68 &porting;
69 &consoles;
70 &cvs-regression;
71 </part>
73 </book>