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
ea563709
Commit
ea563709
authored
Feb 20, 2008
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Feb 20, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slc: Initial stub DLL.
parent
5b3f53ba
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
111 additions
and
0 deletions
+111
-0
.gitignore
.gitignore
+1
-0
Makefile.in
Makefile.in
+2
-0
configure
configure
+3
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/Makefile.in
+5
-0
Makefile.in
dlls/slc/Makefile.in
+14
-0
slc.c
dlls/slc/slc.c
+44
-0
slc.spec
dlls/slc/slc.spec
+41
-0
No files found.
.gitignore
View file @
ea563709
...
...
@@ -479,6 +479,7 @@ dlls/shlwapi/shlwapi.res
dlls/shlwapi/tests/*.ok
dlls/shlwapi/tests/shlwapi_crosstest.exe
dlls/shlwapi/tests/testlist.c
dlls/slc/libslc.def
dlls/snmpapi/libsnmpapi.def
dlls/snmpapi/tests/*.ok
dlls/snmpapi/tests/snmpapi_crosstest.exe
...
...
Makefile.in
View file @
ea563709
...
...
@@ -423,6 +423,7 @@ ALL_MAKEFILES = \
dlls/shlwapi/Makefile
\
dlls/shlwapi/tests/Makefile
\
dlls/slbcsp/Makefile
\
dlls/slc/Makefile
\
dlls/snmpapi/Makefile
\
dlls/snmpapi/tests/Makefile
\
dlls/softpub/Makefile
\
...
...
@@ -837,6 +838,7 @@ dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules
dlls/shlwapi/Makefile
:
dlls/shlwapi/Makefile.in dlls/Makedll.rules
dlls/shlwapi/tests/Makefile
:
dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules
dlls/slbcsp/Makefile
:
dlls/slbcsp/Makefile.in dlls/Makedll.rules
dlls/slc/Makefile
:
dlls/slc/Makefile.in dlls/Makedll.rules
dlls/snmpapi/Makefile
:
dlls/snmpapi/Makefile.in dlls/Makedll.rules
dlls/snmpapi/tests/Makefile
:
dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules
dlls/softpub/Makefile
:
dlls/softpub/Makefile.in dlls/Makedll.rules
...
...
configure
View file @
ea563709
...
...
@@ -21697,6 +21697,8 @@ ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/slbcsp/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/slc/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/snmpapi/Makefile"
ac_config_files
=
"
$ac_config_files
dlls/snmpapi/tests/Makefile"
...
...
@@ -22796,6 +22798,7 @@ do
"dlls/shlwapi/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/shlwapi/Makefile" ;;
"dlls/shlwapi/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/shlwapi/tests/Makefile" ;;
"dlls/slbcsp/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/slbcsp/Makefile" ;;
"dlls/slc/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/slc/Makefile" ;;
"dlls/snmpapi/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/snmpapi/Makefile" ;;
"dlls/snmpapi/tests/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/snmpapi/tests/Makefile" ;;
"dlls/softpub/Makefile") CONFIG_FILES="
$CONFIG_FILES
dlls/softpub/Makefile" ;;
...
...
configure.ac
View file @
ea563709
...
...
@@ -1922,6 +1922,7 @@ AC_CONFIG_FILES([dlls/shfolder/Makefile])
AC_CONFIG_FILES([dlls/shlwapi/Makefile])
AC_CONFIG_FILES([dlls/shlwapi/tests/Makefile])
AC_CONFIG_FILES([dlls/slbcsp/Makefile])
AC_CONFIG_FILES([dlls/slc/Makefile])
AC_CONFIG_FILES([dlls/snmpapi/Makefile])
AC_CONFIG_FILES([dlls/snmpapi/tests/Makefile])
AC_CONFIG_FILES([dlls/softpub/Makefile])
...
...
dlls/Makefile.in
View file @
ea563709
...
...
@@ -212,6 +212,7 @@ BASEDIRS = \
shfolder
\
shlwapi
\
slbcsp
\
slc
\
snmpapi
\
softpub
\
spoolss
\
...
...
@@ -627,6 +628,7 @@ IMPORT_LIBS = \
shell32/libshell32.
$(IMPLIBEXT)
\
shfolder/libshfolder.
$(IMPLIBEXT)
\
shlwapi/libshlwapi.
$(IMPLIBEXT)
\
slc/libslc.
$(IMPLIBEXT)
\
snmpapi/libsnmpapi.
$(IMPLIBEXT)
\
spoolss/libspoolss.
$(IMPLIBEXT)
\
sti/libsti.
$(IMPLIBEXT)
\
...
...
@@ -968,6 +970,9 @@ shfolder/libshfolder.$(IMPLIBEXT): shfolder/shfolder.spec $(WINEBUILD)
shlwapi/libshlwapi.$(IMPLIBEXT)
:
shlwapi/shlwapi.spec $(WINEBUILD)
@
cd
shlwapi
&&
$(MAKE)
libshlwapi.
$(IMPLIBEXT)
slc/libslc.$(IMPLIBEXT)
:
slc/slc.spec $(WINEBUILD)
@
cd
slc
&&
$(MAKE)
libslc.
$(IMPLIBEXT)
snmpapi/libsnmpapi.$(IMPLIBEXT)
:
snmpapi/snmpapi.spec $(WINEBUILD)
@
cd
snmpapi
&&
$(MAKE)
libsnmpapi.
$(IMPLIBEXT)
...
...
dlls/slc/Makefile.in
0 → 100644
View file @
ea563709
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
slc.dll
IMPORTLIB
=
libslc.
$(IMPLIBEXT)
IMPORTS
=
kernel32
C_SRCS
=
\
slc.c
@MAKE_DLL_RULES@
@DEPENDENCIES@
# everything below this line is overwritten by make depend
dlls/slc/slc.c
0 → 100644
View file @
ea563709
/*
*
* Copyright 2008 Alistair Leslie-Hughes
*
* 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
(
slc
);
/***********************************************************************
* DllMain (CLUSAPI.@)
*
*/
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
lpvReserved
)
{
switch
(
fdwReason
)
{
case
DLL_WINE_PREATTACH
:
return
FALSE
;
/* prefer native version */
case
DLL_PROCESS_ATTACH
:
DisableThreadLibraryCalls
(
hinstDLL
);
break
;
}
return
TRUE
;
}
dlls/slc/slc.spec
0 → 100644
View file @
ea563709
@ stub SLpAuthenticateGenuineTicketResponse
@ stub SLpBeginGenuineTicketTransaction
@ stub SLpCheckProductKey
@ stub SLpGetGenuineBlob
@ stub SLpGetGenuineLocal
@ stub SLpGetLicenseAcquisitionInfo
@ stub SLpGetMachineUGUID
@ stub SLpVLActivateProduct
@ stub SLClose
@ stub SLConsumeRight
@ stub SLConsumeWindowsRight
@ stub SLDepositOfflineConfirmationId
@ stub SLFireEvent
@ stub SLGenerateOfflineInstallationId
@ stub SLGetInstalledSAMLicenseApplications
@ stub SLGetLicense
@ stub SLGetLicenseFileId
@ stub SLGetLicenseInformation
@ stub SLGetLicensingStatusInformation
@ stub SLGetPKeyId
@ stub SLGetPKeyInformation
@ stub SLGetPolicyInformation
@ stub SLGetPolicyInformationDWORD
@ stub SLGetProductSkuInformation
@ stub SLGetSAMLicense
@ stub SLGetSLIDList
@ stub SLGetServiceInformation
@ stub SLGetWindowsInformation
@ stub SLGetWindowsInformationDWORD
@ stub SLInstallLicense
@ stub SLInstallProofOfPurchase
@ stub SLInstallSAMLicense
@ stub SLOpen
@ stub SLReArmWindows
@ stub SLRegisterEvent
@ stub SLRegisterWindowsEvent
@ stub SLUninstallLicense
@ stub SLUninstallProofOfPurchase
@ stub SLUninstallSAMLicense
@ stub SLUnregisterEvent
@ stub SLUnregisterWindowsEvent
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