SHGetSpecialFolderPathA must be able to create a full path if it
[wine.git] / documentation / wine-user.sgml
blob71d794d01f64030f17f355376de241c6c6868192
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 introduction SYSTEM "introduction.sgml">
8 <!entity getting SYSTEM "getting.sgml">
9 <!entity installing SYSTEM "installing.sgml">
10 <!entity configuring SYSTEM "configuring.sgml">
11 <!entity running SYSTEM "running.sgml">
12 <!entity bugs SYSTEM "bugs.sgml">
14 <!-- *** Not currently used *** -->
15 <!entity registry SYSTEM "registry.sgml">
16 <!entity fonts SYSTEM "fonts.sgml">
17 <!entity printing SYSTEM "printing.sgml">
20 <book id="index">
21 <bookinfo>
22 <title>Wine User Guide</title>
23 </bookinfo>
25 &introduction;
26 &getting;
28 &installing;
29 &configuring;
30 &running;
31 &bugs;
32 <!--
33 &registry;
34 &fonts;
35 &printing;
36 -->
38 </book>