Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
18a9d741
Commit
18a9d741
authored
Jan 17, 2001
by
Andreas Mohr
Committed by
Alexandre Julliard
Jan 17, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
46fb7e00
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
configure
configure
+2
-2
configure.in
configure.in
+2
-2
service.c
dlls/advapi32/service.c
+1
-0
driver.c
dlls/winmm/driver.c
+1
-1
No files found.
configure
View file @
18a9d741
...
@@ -15,7 +15,7 @@ ac_default_prefix=/usr/local
...
@@ -15,7 +15,7 @@ ac_default_prefix=/usr/local
ac_help
=
"
$ac_help
ac_help
=
"
$ac_help
--disable-debug compile out all debugging messages"
--disable-debug compile out all debugging messages"
ac_help
=
"
$ac_help
ac_help
=
"
$ac_help
--enable-opengl force usage of OpenGL even if the latter is thread-safe"
--enable-opengl force usage of OpenGL even if the latter is thread-safe
via pthread
"
ac_help
=
"
$ac_help
ac_help
=
"
$ac_help
--disable-trace compile out TRACE messages"
--disable-trace compile out TRACE messages"
ac_help
=
"
$ac_help
ac_help
=
"
$ac_help
...
@@ -7394,7 +7394,7 @@ then
...
@@ -7394,7 +7394,7 @@ then
echo
echo
echo
"*** Warning: the OpenGL version you have installed relies on libpthread for"
echo
"*** Warning: the OpenGL version you have installed relies on libpthread for"
echo
"*** thread-safety. To prevent crashes, OpenGL support has been removed."
echo
"*** thread-safety. To prevent crashes, OpenGL support has been removed."
echo
"*** A fix for glibc 2.1.3 that seem to work is included in this version of Wine,"
echo
"*** A fix for glibc 2.1.3 that seem
s
to work is included in this version of Wine,"
echo
"*** start configure with '--enable-opengl' to force OpenGL support."
echo
"*** start configure with '--enable-opengl' to force OpenGL support."
fi
fi
...
...
configure.in
View file @
18a9d741
...
@@ -20,7 +20,7 @@ AC_ARG_ENABLE(debug,
...
@@ -20,7 +20,7 @@ AC_ARG_ENABLE(debug,
[if test "$enableval" = "no"; then DEBUG_MSGS="no"; fi])
[if test "$enableval" = "no"; then DEBUG_MSGS="no"; fi])
AC_ARG_ENABLE(opengl,
AC_ARG_ENABLE(opengl,
[ --enable-opengl force usage of OpenGL even if the latter is thread-safe],
[ --enable-opengl force usage of OpenGL even if the latter is thread-safe
via pthread
],
[if test "$enableval" = "no"; then OPENGL="no"; elif test "$enableval" = "yes"; then OPENGL="yes"; fi])
[if test "$enableval" = "no"; then OPENGL="no"; elif test "$enableval" = "yes"; then OPENGL="yes"; fi])
AC_ARG_ENABLE(trace,
AC_ARG_ENABLE(trace,
...
@@ -1267,7 +1267,7 @@ then
...
@@ -1267,7 +1267,7 @@ then
echo
echo
echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
echo "*** Warning: the OpenGL version you have installed relies on libpthread for"
echo "*** thread-safety. To prevent crashes, OpenGL support has been removed."
echo "*** thread-safety. To prevent crashes, OpenGL support has been removed."
echo "*** A fix for glibc 2.1.3 that seem to work is included in this version of Wine,"
echo "*** A fix for glibc 2.1.3 that seem
s
to work is included in this version of Wine,"
echo "*** start configure with '--enable-opengl' to force OpenGL support."
echo "*** start configure with '--enable-opengl' to force OpenGL support."
fi
fi
...
...
dlls/advapi32/service.c
View file @
18a9d741
...
@@ -613,6 +613,7 @@ StartServiceW( SC_HANDLE hService, DWORD dwNumServiceArgs,
...
@@ -613,6 +613,7 @@ StartServiceW( SC_HANDLE hService, DWORD dwNumServiceArgs,
if
(
r
==
WAIT_FAILED
)
if
(
r
==
WAIT_FAILED
)
return
FALSE
;
return
FALSE
;
FIXME
(
"problematic because of address space separation.
\n
"
);
start_dwNumServiceArgs
=
dwNumServiceArgs
;
start_dwNumServiceArgs
=
dwNumServiceArgs
;
start_lpServiceArgVectors
=
(
LPWSTR
*
)
lpServiceArgVectors
;
start_lpServiceArgVectors
=
(
LPWSTR
*
)
lpServiceArgVectors
;
...
...
dlls/winmm/driver.c
View file @
18a9d741
...
@@ -419,7 +419,7 @@ HDRVR WINAPI OpenDriverA(LPCSTR lpDriverName, LPCSTR lpSectionName, LPARAM lPara
...
@@ -419,7 +419,7 @@ HDRVR WINAPI OpenDriverA(LPCSTR lpDriverName, LPCSTR lpSectionName, LPARAM lPara
goto
the_end
;
goto
the_end
;
if
(
!
(
lpDrv
=
DRIVER_TryOpenDriver16
(
lpDriverName
,
lpSectionName
,
lParam2
)))
if
(
!
(
lpDrv
=
DRIVER_TryOpenDriver16
(
lpDriverName
,
lpSectionName
,
lParam2
)))
TRACE
(
"Failed to open driver %s from section %s
\n
"
,
lpDriverName
,
lpSectionName
);
TRACE
(
"Failed to open driver %s from s
ystem.ini file, s
ection %s
\n
"
,
lpDriverName
,
lpSectionName
);
the_end:
the_end:
if
(
lpDrv
)
TRACE
(
"=> %08lx
\n
"
,
(
DWORD
)
lpDrv
);
if
(
lpDrv
)
TRACE
(
"=> %08lx
\n
"
,
(
DWORD
)
lpDrv
);
return
(
DWORD
)
lpDrv
;
return
(
DWORD
)
lpDrv
;
...
...
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