Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
255ecc56
Commit
255ecc56
authored
Apr 19, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Apr 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the generation of all documentation in one document.
parent
097c8edc
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
38 additions
and
52 deletions
+38
-52
Makefile.in
documentation/Makefile.in
+2
-7
architecture.sgml
documentation/architecture.sgml
+1
-1
bugs.sgml
documentation/bugs.sgml
+1
-1
build.sgml
documentation/build.sgml
+1
-1
compiling.sgml
documentation/compiling.sgml
+1
-1
configuring.sgml
documentation/configuring.sgml
+1
-1
consoles.sgml
documentation/consoles.sgml
+1
-1
cvs-regression.sgml
documentation/cvs-regression.sgml
+1
-1
cvs.sgml
documentation/cvs.sgml
+1
-1
debugger.sgml
documentation/debugger.sgml
+1
-1
debugging.sgml
documentation/debugging.sgml
+1
-1
dlls.sgml
documentation/dlls.sgml
+1
-1
documentation.sgml
documentation/documentation.sgml
+3
-6
faq.sgml
documentation/faq.sgml
+1
-1
fonts.sgml
documentation/fonts.sgml
+1
-1
getting.sgml
documentation/getting.sgml
+1
-1
i18n.sgml
documentation/i18n.sgml
+1
-1
implementation.sgml
documentation/implementation.sgml
+1
-1
installing.sgml
documentation/installing.sgml
+1
-1
introduction.sgml
documentation/introduction.sgml
+1
-1
make_winehq
documentation/make_winehq
+0
-6
multimedia.sgml
documentation/multimedia.sgml
+1
-1
ole.sgml
documentation/ole.sgml
+1
-1
opengl.sgml
documentation/opengl.sgml
+1
-1
patches.sgml
documentation/patches.sgml
+1
-1
porting.sgml
documentation/porting.sgml
+1
-1
printing.sgml
documentation/printing.sgml
+1
-1
running.sgml
documentation/running.sgml
+1
-1
testing.sgml
documentation/testing.sgml
+1
-1
tools.sgml
documentation/tools.sgml
+1
-1
winelib-bindlls.sgml
documentation/winelib-bindlls.sgml
+1
-1
winelib-intro.sgml
documentation/winelib-intro.sgml
+1
-1
winelib-mfc.sgml
documentation/winelib-mfc.sgml
+1
-1
winelib-pkg.sgml
documentation/winelib-pkg.sgml
+1
-1
winelib-porting.sgml
documentation/winelib-porting.sgml
+1
-1
winelib-toolkit.sgml
documentation/winelib-toolkit.sgml
+1
-1
No files found.
documentation/Makefile.in
View file @
255ecc56
...
@@ -3,7 +3,6 @@ TOPOBJDIR = ..
...
@@ -3,7 +3,6 @@ TOPOBJDIR = ..
SRCDIR
=
@srcdir@
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
none
MODULE
=
none
BOOKNAME
=
wine-doc
DB2HTML
=
@DB2HTML@
DB2HTML
=
@DB2HTML@
DB2PDF
=
@DB2PDF@
DB2PDF
=
@DB2PDF@
DB2PS
=
@DB2PS@
DB2PS
=
@DB2PS@
...
@@ -83,10 +82,7 @@ html: $(ALLBOOKS:%=%/index.html)
...
@@ -83,10 +82,7 @@ html: $(ALLBOOKS:%=%/index.html)
pdf
:
$(ALLBOOKS:%=%.pdf)
pdf
:
$(ALLBOOKS:%=%.pdf)
ps
:
$(ALLBOOKS:%=%.ps)
ps
:
$(ALLBOOKS:%=%.ps)
# this is the all-in-one book, not built by default
.PHONY
:
everything doc html pdf ps dist
wine-doc
:
wine-doc/index.html wine-doc.pdf wine-doc.ps
.PHONY
:
everything doc html pdf ps wine-doc dist
.SUFFIXES
:
.sgml /index.html .pdf .ps
.SUFFIXES
:
.sgml /index.html .pdf .ps
...
@@ -103,7 +99,6 @@ wine-devel.pdf wine-devel.ps wine-devel/index.html: $(WINE_DEVEL_SRCS)
...
@@ -103,7 +99,6 @@ wine-devel.pdf wine-devel.ps wine-devel/index.html: $(WINE_DEVEL_SRCS)
wine-faq.pdf wine-faq.ps wine-faq/index.html
:
$(WINE_FAQ_SRCS)
wine-faq.pdf wine-faq.ps wine-faq/index.html
:
$(WINE_FAQ_SRCS)
wine-user.pdf wine-user.ps wine-user/index.html
:
$(WINE_USER_SRCS)
wine-user.pdf wine-user.ps wine-user/index.html
:
$(WINE_USER_SRCS)
winelib-user.pdf winelib-user.ps winelib-user/index.html
:
$(WINELIB_USER_SRCS)
winelib-user.pdf winelib-user.ps winelib-user/index.html
:
$(WINELIB_USER_SRCS)
wine-doc.pdf wine-doc.ps wine-doc/index.html
:
$(WINE_DOC_SRCS)
wine.man
:
wine.man.in
wine.man
:
wine.man.in
sed
-e
's,@bindir\@,
$(bindir)
,g'
-e
's,@dlldir\@,
$(dlldir)
,g'
-e
's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g'
$(SRCDIR)
/wine.man.in
>
$@
||
$(RM)
$@
sed
-e
's,@bindir\@,
$(bindir)
,g'
-e
's,@dlldir\@,
$(dlldir)
,g'
-e
's,@PACKAGE_STRING\@,@PACKAGE_STRING@,g'
$(SRCDIR)
/wine.man.in
>
$@
||
$(RM)
$@
...
@@ -139,6 +134,6 @@ install-api-man::
...
@@ -139,6 +134,6 @@ install-api-man::
clean
::
clean
::
$(RM)
*
.aux
*
.dvi
*
.out
*
.pdf
*
.ps
*
.tex
*
.log wine-doc-
*
.tar.gz
$(MAN_TARGETS)
$(RM)
*
.aux
*
.dvi
*
.out
*
.pdf
*
.ps
*
.tex
*
.log wine-doc-
*
.tar.gz
$(MAN_TARGETS)
$(RM)
-r
wine-doc
$(ALLBOOKS)
html api-guide man
$(api_manext)
*
.junk DBTOHTML_OUTPUT_DIR
*
$(RM)
-r
$(ALLBOOKS)
html api-guide man
$(api_manext)
*
.junk DBTOHTML_OUTPUT_DIR
*
### Dependencies:
### Dependencies:
documentation/architecture.sgml
View file @
255ecc56
...
@@ -1029,6 +1029,6 @@ WSOCK32.DLL: 32-bit sockets APIs
...
@@ -1029,6 +1029,6 @@ WSOCK32.DLL: 32-bit sockets APIs
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/bugs.sgml
View file @
255ecc56
...
@@ -435,6 +435,6 @@
...
@@ -435,6 +435,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-
doc
.sgml" "set" "book" "chapter" "")
sgml-parent-document:("wine-
user
.sgml" "set" "book" "chapter" "")
End:
End:
-->
-->
documentation/build.sgml
View file @
255ecc56
...
@@ -6,6 +6,6 @@
...
@@ -6,6 +6,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/compiling.sgml
View file @
255ecc56
...
@@ -51,6 +51,6 @@
...
@@ -51,6 +51,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-
doc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-
user
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/configuring.sgml
View file @
255ecc56
...
@@ -3434,6 +3434,6 @@ export LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so.1.0.0
...
@@ -3434,6 +3434,6 @@ export LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so.1.0.0
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("
wine
-
doc
.
sgml
" "
set
" "
book
" "
chapter
" "")
sgml-parent-document:("
wine
-
user
.
sgml
" "
set
" "
book
" "
chapter
" "")
End:
End:
-->
-->
documentation/consoles.sgml
View file @
255ecc56
...
@@ -181,6 +181,6 @@
...
@@ -181,6 +181,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/cvs-regression.sgml
View file @
255ecc56
...
@@ -156,6 +156,6 @@ cvs -d $CVSROOT update -D "2002-06-01 15:17:25 CST"
...
@@ -156,6 +156,6 @@ cvs -d $CVSROOT update -D "2002-06-01 15:17:25 CST"
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/cvs.sgml
View file @
255ecc56
...
@@ -326,6 +326,6 @@ Direct access to the complete CVS tree is also possible, using Bill Fenner's
...
@@ -326,6 +326,6 @@ Direct access to the complete CVS tree is also possible, using Bill Fenner's
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/debugger.sgml
View file @
255ecc56
...
@@ -1731,6 +1731,6 @@ $ gdb wine
...
@@ -1731,6 +1731,6 @@ $ gdb wine
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/debugging.sgml
View file @
255ecc56
...
@@ -514,6 +514,6 @@ MSG( "Definition of drive %d is incorrect!\n", drive );
...
@@ -514,6 +514,6 @@ MSG( "Definition of drive %d is incorrect!\n", drive );
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/dlls.sgml
View file @
255ecc56
...
@@ -940,6 +940,6 @@
...
@@ -940,6 +940,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/documentation.sgml
View file @
255ecc56
...
@@ -1080,11 +1080,8 @@ BOOL WINAPI PathRelativePathToA(
...
@@ -1080,11 +1080,8 @@ BOOL WINAPI PathRelativePathToA(
single unit, you can place them all inside a set.
single unit, you can place them all inside a set.
This is useful when you want to bundle up
This is useful when you want to bundle up
documentation in alternate ways. We do this with
documentation in alternate ways. We do this with
the Wine documentation, using a <sgmltag
the Wine documentation, using
class="starttag">set</sgmltag> to put everything
<sgmltag class="starttag">book</sgmltag> to
into a single directory (see
<filename>documentation/wine-doc.sgml</filename>),
and a <sgmltag class="starttag">book</sgmltag> to
put each Wine guide into a separate directory (see
put each Wine guide into a separate directory (see
<filename>documentation/wine-devel.sgml</filename>,
<filename>documentation/wine-devel.sgml</filename>,
etc.).
etc.).
...
@@ -1737,6 +1734,6 @@ BOOL WINAPI PathRelativePathToA(
...
@@ -1737,6 +1734,6 @@ BOOL WINAPI PathRelativePathToA(
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/faq.sgml
View file @
255ecc56
...
@@ -1744,6 +1744,6 @@ rm -fR \[/path/\]Wine*
...
@@ -1744,6 +1744,6 @@ rm -fR \[/path/\]Wine*
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/fonts.sgml
View file @
255ecc56
...
@@ -499,6 +499,6 @@ FontPath "tcp/localhost:7100"
...
@@ -499,6 +499,6 @@ FontPath "tcp/localhost:7100"
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-
doc
.sgml" "set" "book" "chapter" "")
sgml-parent-document:("wine-
user
.sgml" "set" "book" "chapter" "")
End:
End:
-->
-->
documentation/getting.sgml
View file @
255ecc56
...
@@ -700,6 +700,6 @@ iff</></>
...
@@ -700,6 +700,6 @@ iff</></>
<
!-- Keep this comment at the end of the file
<
!-- Keep this comment at the end of the file
Local
variables
:
Local
variables
:
mode
:
sgml
mode
:
sgml
sgml
-
parent
-
document
:(
"wine-
doc
.sgml"
"set"
"book"
"chapter"
""
)
sgml
-
parent
-
document
:(
"wine-
user
.sgml"
"set"
"book"
"chapter"
""
)
End
:
End
:
-->
-->
documentation/i18n.sgml
View file @
255ecc56
...
@@ -198,6 +198,6 @@
...
@@ -198,6 +198,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/implementation.sgml
View file @
255ecc56
...
@@ -530,6 +530,6 @@ EOF
...
@@ -530,6 +530,6 @@ EOF
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/installing.sgml
View file @
255ecc56
...
@@ -152,6 +152,6 @@ Password:
...
@@ -152,6 +152,6 @@ Password:
<
!-- Keep this comment at the end of the file
<
!-- Keep this comment at the end of the file
Local
variables
:
Local
variables
:
mode
:
sgml
mode
:
sgml
sgml
-
parent
-
document
:(
"wine-
doc
.sgml"
"set"
"book"
"chapter"
""
)
sgml
-
parent
-
document
:(
"wine-
user
.sgml"
"set"
"book"
"chapter"
""
)
End
:
End
:
-->
-->
documentation/introduction.sgml
View file @
255ecc56
...
@@ -515,6 +515,6 @@
...
@@ -515,6 +515,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-
doc
.sgml" "set" "book" "chapter" "")
sgml-parent-document:("wine-
user
.sgml" "set" "book" "chapter" "")
End:
End:
-->
-->
documentation/make_winehq
View file @
255ecc56
...
@@ -38,12 +38,6 @@ echo "./db2html-winehq wine-faq.sgml"
...
@@ -38,12 +38,6 @@ echo "./db2html-winehq wine-faq.sgml"
tar
czf winedoc-html.tgz wine-user wine-devel winelib-user wine-faq
tar
czf winedoc-html.tgz wine-user wine-devel winelib-user wine-faq
cp
winedoc-html.tgz
"
$WWWDIR
"
cp
winedoc-html.tgz
"
$WWWDIR
"
## Create one-book HTML tarball
echo
"./db2html-winehq wine-doc.sgml"
./db2html-winehq wine-doc.sgml
tar
czf wine-set-html.tgz wine-doc
cp
wine-set-html.tgz
"
$WWWDIR
"
## Create PostScript tarball
## Create PostScript tarball
echo
"db2ps -d ./print.dsl wine-user.sgml"
echo
"db2ps -d ./print.dsl wine-user.sgml"
db2ps
-d
./print.dsl wine-user.sgml
>
/dev/null 2>&1
db2ps
-d
./print.dsl wine-user.sgml
>
/dev/null 2>&1
...
...
documentation/multimedia.sgml
View file @
255ecc56
...
@@ -1297,6 +1297,6 @@ Kernel space | Client applications
...
@@ -1297,6 +1297,6 @@ Kernel space | Client applications
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/ole.sgml
View file @
255ecc56
...
@@ -392,6 +392,6 @@ static ICOM_VTABLE(IDirect3D) d3dvt = {
...
@@ -392,6 +392,6 @@ static ICOM_VTABLE(IDirect3D) d3dvt = {
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/opengl.sgml
View file @
255ecc56
...
@@ -454,6 +454,6 @@ gcc dummy.c -L/usr/local/lib -lwine -lopengl32
...
@@ -454,6 +454,6 @@ gcc dummy.c -L/usr/local/lib -lwine -lopengl32
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/patches.sgml
View file @
255ecc56
...
@@ -214,6 +214,6 @@ code
...
@@ -214,6 +214,6 @@ code
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/porting.sgml
View file @
255ecc56
...
@@ -387,6 +387,6 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H))
...
@@ -387,6 +387,6 @@ AC_CHECK_HEADER(foo.h, AC_DEFINE(HAVE_FOO_H))
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/printing.sgml
View file @
255ecc56
...
@@ -311,6 +311,6 @@ printer=on
...
@@ -311,6 +311,6 @@ printer=on
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-
doc
.sgml" "set" "book" "chapter" "")
sgml-parent-document:("wine-
user
.sgml" "set" "book" "chapter" "")
End:
End:
-->
-->
documentation/running.sgml
View file @
255ecc56
...
@@ -742,6 +742,6 @@ winspool</><entry>wnet</><entry>x11</>
...
@@ -742,6 +742,6 @@ winspool</><entry>wnet</><entry>x11</>
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-
doc
.sgml" "set" "book" "chapter" "")
sgml-parent-document:("wine-
user
.sgml" "set" "book" "chapter" "")
End:
End:
-->
-->
documentation/testing.sgml
View file @
255ecc56
...
@@ -520,6 +520,6 @@ ok ( GetLastError() == WIN9X_ERROR || GetLastError() == NT_ERROR, ...);
...
@@ -520,6 +520,6 @@ ok ( GetLastError() == WIN9X_ERROR || GetLastError() == NT_ERROR, ...);
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/tools.sgml
View file @
255ecc56
...
@@ -89,6 +89,6 @@ bash-2.03# ../../tools/bin2res -d bin shres.rc
...
@@ -89,6 +89,6 @@ bash-2.03# ../../tools/bin2res -d bin shres.rc
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine-d
oc
.sgml" "set" "book" "part" "chapter" "")
sgml-parent-document:("wine-d
evel
.sgml" "set" "book" "part" "chapter" "")
End:
End:
-->
-->
documentation/winelib-bindlls.sgml
View file @
255ecc56
...
@@ -304,6 +304,6 @@ signed short WINAPI MyProxyWinFunc (unsigned short a, void *b, void *c,
...
@@ -304,6 +304,6 @@ signed short WINAPI MyProxyWinFunc (unsigned short a, void *b, void *c,
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine
-doc
.sgml" "book" "chapter" "")
sgml-parent-document:("wine
lib-user
.sgml" "book" "chapter" "")
End:
End:
-->
-->
documentation/winelib-intro.sgml
View file @
255ecc56
...
@@ -426,6 +426,6 @@
...
@@ -426,6 +426,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine
-doc
.sgml" "book" "chapter" "")
sgml-parent-document:("wine
lib-user
.sgml" "book" "chapter" "")
End:
End:
-->
-->
documentation/winelib-mfc.sgml
View file @
255ecc56
...
@@ -231,6 +231,6 @@
...
@@ -231,6 +231,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine
-doc
.sgml" "book" "chapter" "")
sgml-parent-document:("wine
lib-user
.sgml" "book" "chapter" "")
End:
End:
-->
-->
documentation/winelib-pkg.sgml
View file @
255ecc56
...
@@ -10,6 +10,6 @@
...
@@ -10,6 +10,6 @@
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine
-doc
.sgml" "book" "chapter" "")
sgml-parent-document:("wine
lib-user
.sgml" "book" "chapter" "")
End:
End:
-->
-->
documentation/winelib-porting.sgml
View file @
255ecc56
...
@@ -391,6 +391,6 @@ printf("Processor architecture=%d\n",si ANONS .wProcessorArchitecture);
...
@@ -391,6 +391,6 @@ printf("Processor architecture=%d\n",si ANONS .wProcessorArchitecture);
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine
-doc
.sgml" "book" "chapter" "")
sgml-parent-document:("wine
lib-user
.sgml" "book" "chapter" "")
End:
End:
-->
-->
documentation/winelib-toolkit.sgml
View file @
255ecc56
...
@@ -942,6 +942,6 @@ ORDINAL forward EXPORTNAME SYMBOLNAME
...
@@ -942,6 +942,6 @@ ORDINAL forward EXPORTNAME SYMBOLNAME
<!-- Keep this comment at the end of the file
<!-- Keep this comment at the end of the file
Local variables:
Local variables:
mode: sgml
mode: sgml
sgml-parent-document:("wine
-doc
.sgml" "book" "chapter" "")
sgml-parent-document:("wine
lib-user
.sgml" "book" "chapter" "")
End:
End:
-->
-->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment