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
a4689aae
Commit
a4689aae
authored
Jun 26, 2009
by
Alexander Scott-Johns
Committed by
Alexandre Julliard
Jun 29, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtutils: Add stub dll.
parent
759b914c
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
132 additions
and
0 deletions
+132
-0
configure
configure
+9
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/Makefile.in
+5
-0
Makefile.in
dlls/rtutils/Makefile.in
+14
-0
main.c
dlls/rtutils/main.c
+47
-0
rtutils.spec
dlls/rtutils/rtutils.spec
+56
-0
No files found.
configure
View file @
a4689aae
...
@@ -27151,6 +27151,14 @@ dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
...
@@ -27151,6 +27151,14 @@ dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
ac_config_files
=
"
$ac_config_files
dlls/rsaenh/tests/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/rsaenh/tests/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/rtutils/Makefile"
test
"x
$enable_rtutils
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
rtutils"
ALL_MAKEFILE_DEPENDS
=
"
$ALL_MAKEFILE_DEPENDS
dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
ac_config_files
=
"
$ac_config_files
dlls/rtutils/Makefile"
ALL_MAKEFILES
=
"
$ALL_MAKEFILES
\\
dlls/sane.ds/Makefile"
dlls/sane.ds/Makefile"
test
"x
$enable_sane_ds
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
test
"x
$enable_sane_ds
"
!=
xno
&&
ALL_DLL_DIRS
=
"
$ALL_DLL_DIRS
\\
sane.ds"
sane.ds"
...
@@ -29682,6 +29690,7 @@ do
...
@@ -29682,6 +29690,7 @@ do
"dlls/rsabase/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rsabase/Makefile" ;;
"dlls/rsabase/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rsabase/Makefile" ;;
"dlls/rsaenh/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rsaenh/Makefile" ;;
"dlls/rsaenh/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rsaenh/Makefile" ;;
"dlls/rsaenh/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rsaenh/tests/Makefile" ;;
"dlls/rsaenh/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rsaenh/tests/Makefile" ;;
"dlls/rtutils/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/rtutils/Makefile" ;;
"dlls/sane.ds/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/sane.ds/Makefile" ;;
"dlls/sane.ds/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/sane.ds/Makefile" ;;
"dlls/sccbase/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/sccbase/Makefile" ;;
"dlls/sccbase/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/sccbase/Makefile" ;;
"dlls/schannel/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/schannel/Makefile" ;;
"dlls/schannel/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/schannel/Makefile" ;;
...
...
configure.ac
View file @
a4689aae
...
@@ -2324,6 +2324,7 @@ WINE_CONFIG_MAKEFILE([dlls/rpcrt4/tests/Makefile],[dlls/Maketest.rules],[dlls],[
...
@@ -2324,6 +2324,7 @@ WINE_CONFIG_MAKEFILE([dlls/rpcrt4/tests/Makefile],[dlls/Maketest.rules],[dlls],[
WINE_CONFIG_MAKEFILE([dlls/rsabase/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/rsabase/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/rsaenh/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/rsaenh/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/rsaenh/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS],[enable_tests])
WINE_CONFIG_MAKEFILE([dlls/rsaenh/tests/Makefile],[dlls/Maketest.rules],[dlls],[ALL_TEST_DIRS],[enable_tests])
WINE_CONFIG_MAKEFILE([dlls/rtutils/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/sane.ds/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/sane.ds/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/sccbase/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/sccbase/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/schannel/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
WINE_CONFIG_MAKEFILE([dlls/schannel/Makefile],[dlls/Makedll.rules],[dlls],[ALL_DLL_DIRS])
...
...
dlls/Makefile.in
View file @
a4689aae
...
@@ -188,6 +188,7 @@ IMPORT_LIBS = \
...
@@ -188,6 +188,7 @@ IMPORT_LIBS = \
riched20/libriched20.
$(IMPLIBEXT)
\
riched20/libriched20.
$(IMPLIBEXT)
\
rpcrt4/librpcrt4.
$(IMPLIBEXT)
\
rpcrt4/librpcrt4.
$(IMPLIBEXT)
\
rsaenh/librsaenh.
$(IMPLIBEXT)
\
rsaenh/librsaenh.
$(IMPLIBEXT)
\
rtutils/librtutils.
$(IMPLIBEXT)
\
secur32/libsecur32.
$(IMPLIBEXT)
\
secur32/libsecur32.
$(IMPLIBEXT)
\
sensapi/libsensapi.
$(IMPLIBEXT)
\
sensapi/libsensapi.
$(IMPLIBEXT)
\
serialui/libserialui.
$(IMPLIBEXT)
\
serialui/libserialui.
$(IMPLIBEXT)
\
...
@@ -332,6 +333,7 @@ CROSS_IMPLIBS = \
...
@@ -332,6 +333,7 @@ CROSS_IMPLIBS = \
riched20/libriched20.a
\
riched20/libriched20.a
\
rpcrt4/librpcrt4.a
\
rpcrt4/librpcrt4.a
\
rsaenh/librsaenh.a
\
rsaenh/librsaenh.a
\
rtutils/librtutils.a
\
secur32/libsecur32.a
\
secur32/libsecur32.a
\
sensapi/libsensapi.a
\
sensapi/libsensapi.a
\
serialui/libserialui.a
\
serialui/libserialui.a
\
...
@@ -682,6 +684,9 @@ rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a: rpcrt4/rpcrt4.spec $(WINEBUILD)
...
@@ -682,6 +684,9 @@ rpcrt4/librpcrt4.def rpcrt4/librpcrt4.a: rpcrt4/rpcrt4.spec $(WINEBUILD)
rsaenh/librsaenh.def rsaenh/librsaenh.a
:
rsaenh/rsaenh.spec $(WINEBUILD)
rsaenh/librsaenh.def rsaenh/librsaenh.a
:
rsaenh/rsaenh.spec $(WINEBUILD)
@
cd
rsaenh
&&
$(MAKE)
`
basename
$@
`
@
cd
rsaenh
&&
$(MAKE)
`
basename
$@
`
rtutils/librtutils.def rtutils/librtutils.a
:
rtutils/rtutils.spec $(WINEBUILD)
@
cd
rtutils
&&
$(MAKE)
`
basename
$@
`
secur32/libsecur32.def secur32/libsecur32.a
:
secur32/secur32.spec $(WINEBUILD)
secur32/libsecur32.def secur32/libsecur32.a
:
secur32/secur32.spec $(WINEBUILD)
@
cd
secur32
&&
$(MAKE)
`
basename
$@
`
@
cd
secur32
&&
$(MAKE)
`
basename
$@
`
...
...
dlls/rtutils/Makefile.in
0 → 100644
View file @
a4689aae
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
rtutils.dll
IMPORTLIB
=
rtutils
IMPORTS
=
kernel32
C_SRCS
=
\
main.c
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/rtutils/main.c
0 → 100644
View file @
a4689aae
/*
* rtutils main
*
* Copyright 2009 Alexander Scott-Johns
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
rtutils
);
/***********************************************************************
* DllMain (RTUTILS.@)
*/
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
lpvReserved
)
{
TRACE
(
"(0x%p, %d, %p)
\n
"
,
hinstDLL
,
fdwReason
,
lpvReserved
);
switch
(
fdwReason
)
{
case
DLL_WINE_PREATTACH
:
return
FALSE
;
/* prefer native version */
case
DLL_PROCESS_ATTACH
:
DisableThreadLibraryCalls
(
hinstDLL
);
break
;
}
return
TRUE
;
}
dlls/rtutils/rtutils.spec
0 → 100644
View file @
a4689aae
@ stub CreateWaitEvent
@ stub CreateWaitEventBinding
@ stub CreateWaitTimer
@ stub DeRegisterWaitEventBinding
@ stub DeRegisterWaitEventBindingSelf
@ stub DeRegisterWaitEventsTimers
@ stub DeRegisterWaitEventsTimersSelf
@ stub DebugPrintWaitWorkerThreads
@ stub LogErrorA
@ stub LogErrorW
@ stub LogEventA
@ stub LogEventW
@ stub MprSetupProtocolEnum
@ stub MprSetupProtocolFree
@ stub QueueWorkItem
@ stub RegisterWaitEventBinding
@ stub RegisterWaitEventsTimers
@ stub RouterAssert
@ stub RouterGetErrorStringA
@ stub RouterGetErrorStringW
@ stub RouterLogDeregisterA
@ stub RouterLogDeregisterW
@ stub RouterLogEventA
@ stub RouterLogEventDataA
@ stub RouterLogEventDataW
@ stub RouterLogEventExA
@ stub RouterLogEventExW
@ stub RouterLogEventStringA
@ stub RouterLogEventStringW
@ stub RouterLogEventValistExA
@ stub RouterLogEventValistExW
@ stub RouterLogEventW
@ stub RouterLogRegisterA
@ stub RouterLogRegisterW
@ stub SetIoCompletionProc
@ stub TraceDeregisterA
@ stub TraceDeregisterExA
@ stub TraceDeregisterExW
@ stub TraceDeregisterW
@ stub TraceDumpExA
@ stub TraceDumpExW
@ stub TraceGetConsoleA
@ stub TraceGetConsoleW
@ stub TracePrintfA
@ stub TracePrintfExA
@ stub TracePrintfExW
@ stub TracePrintfW
@ stub TracePutsExA
@ stub TracePutsExW
@ stub TraceRegisterExA
@ stub TraceRegisterExW
@ stub TraceVprintfExA
@ stub TraceVprintfExW
@ stub UpdateWaitTimer
@ stub WTFreeEvent
@ stub WTFreeTimer
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