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
c438d239
Commit
c438d239
authored
Feb 17, 2008
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Feb 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mssip32: Add initial stub dll.
parent
7c3d24bf
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
75 additions
and
0 deletions
+75
-0
Makefile.in
Makefile.in
+2
-0
configure
configure
+3
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/Makefile.in
+1
-0
Makefile.in
dlls/mssip32/Makefile.in
+13
-0
main.c
dlls/mssip32/main.c
+46
-0
mssip32.spec
dlls/mssip32/mssip32.spec
+9
-0
No files found.
Makefile.in
View file @
c438d239
...
...
@@ -317,6 +317,7 @@ ALL_MAKEFILES = \
dlls/msisys.ocx/Makefile
\
dlls/msnet32/Makefile
\
dlls/msrle32/Makefile
\
dlls/mssip32/Makefile
\
dlls/msvcirt/Makefile
\
dlls/msvcr71/Makefile
\
dlls/msvcrt/Makefile
\
...
...
@@ -711,6 +712,7 @@ dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules
dlls/msisys.ocx/Makefile
:
dlls/msisys.ocx/Makefile.in dlls/Makedll.rules
dlls/msnet32/Makefile
:
dlls/msnet32/Makefile.in dlls/Makedll.rules
dlls/msrle32/Makefile
:
dlls/msrle32/Makefile.in dlls/Makedll.rules
dlls/mssip32/Makefile
:
dlls/mssip32/Makefile.in dlls/Makedll.rules
dlls/msvcirt/Makefile
:
dlls/msvcirt/Makefile.in dlls/Makedll.rules
dlls/msvcr71/Makefile
:
dlls/msvcr71/Makefile.in dlls/Makedll.rules
dlls/msvcrt/Makefile
:
dlls/msvcrt/Makefile.in dlls/Makedll.rules
...
...
configure
View file @
c438d239
...
...
@@ -21485,6 +21485,8 @@ ac_config_files="$ac_config_files dlls/msnet32/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/msrle32/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/mssip32/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/msvcirt/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/msvcr71/Makefile"
...
...
@@ -22650,6 +22652,7 @@ do
"dlls/msisys.ocx/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msisys.ocx/Makefile" ;;
"dlls/msnet32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msnet32/Makefile" ;;
"dlls/msrle32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msrle32/Makefile" ;;
"dlls/mssip32/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/mssip32/Makefile" ;;
"dlls/msvcirt/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msvcirt/Makefile" ;;
"dlls/msvcr71/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msvcr71/Makefile" ;;
"dlls/msvcrt/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/msvcrt/Makefile" ;;
...
...
configure.ac
View file @
c438d239
...
...
@@ -1816,6 +1816,7 @@ AC_CONFIG_FILES([dlls/msimtf/Makefile])
AC_CONFIG_FILES([dlls/msisys.ocx/Makefile])
AC_CONFIG_FILES([dlls/msnet32/Makefile])
AC_CONFIG_FILES([dlls/msrle32/Makefile])
AC_CONFIG_FILES([dlls/mssip32/Makefile])
AC_CONFIG_FILES([dlls/msvcirt/Makefile])
AC_CONFIG_FILES([dlls/msvcr71/Makefile])
AC_CONFIG_FILES([dlls/msvcrt/Makefile])
...
...
dlls/Makefile.in
View file @
c438d239
...
...
@@ -135,6 +135,7 @@ BASEDIRS = \
msisys.ocx
\
msnet32
\
msrle32
\
mssip32
\
msvcirt
\
msvcr71
\
msvcrt
\
...
...
dlls/mssip32/Makefile.in
0 → 100644
View file @
c438d239
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mssip32.dll
IMPORTS
=
kernel32
C_SRCS
=
\
main.c
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/mssip32/main.c
0 → 100644
View file @
c438d239
/*
* Copyright 2008 Maarten Lankhorst
*
* 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 "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mssip32
);
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
;
case
DLL_PROCESS_DETACH
:
break
;
default:
break
;
}
return
TRUE
;
}
dlls/mssip32/mssip32.spec
0 → 100644
View file @
c438d239
@ stub CryptSIPGetInfo
@ stub CryptSIPGetRegWorkingFlags
@ stub CryptSIPCreateIndirectData
@ stub CryptSIPGetSignedDataMsg
@ stub CryptSIPPutSignedDataMsg
@ stub CryptSIPRemoveSignedDataMsg
@ stub CryptSIPVerifyIndirectData
@ stub DllRegisterServer
@ stub DllUnregisterServer
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