mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:16:07 +00:00
[CMAKE]
Don't automatically add stub files to the sources, instead add them manually where neccessary. also fix a number of spec files to resemble actual state of implementation. svn path=/branches/cmake-bringup/; revision=50574
This commit is contained in:
parent
ea3b37d0f8
commit
9cc4f5ceee
129 changed files with 270 additions and 368 deletions
|
@ -41,10 +41,10 @@ list(APPEND SOURCE
|
||||||
service/sctrl.c
|
service/sctrl.c
|
||||||
token/privilege.c
|
token/privilege.c
|
||||||
token/token.c
|
token/token.c
|
||||||
advapi32_stubs.c
|
|
||||||
advapi32.rc
|
advapi32.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/advapi32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/advapi32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/advapi32.def)
|
||||||
|
|
||||||
add_library(advapi32 SHARED
|
add_library(advapi32 SHARED
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/advapi32_advapi32.h.gch
|
${CMAKE_CURRENT_BINARY_DIR}/advapi32_advapi32.h.gch
|
||||||
${SOURCE})
|
${SOURCE})
|
||||||
|
|
|
@ -383,8 +383,8 @@
|
||||||
@ stub LsaOpenSecret
|
@ stub LsaOpenSecret
|
||||||
@ stub LsaOpenTrustedDomain
|
@ stub LsaOpenTrustedDomain
|
||||||
@ stdcall LsaOpenTrustedDomainByName(ptr ptr long ptr)
|
@ stdcall LsaOpenTrustedDomainByName(ptr ptr long ptr)
|
||||||
@ stub LsaQueryDomainInformationPolicy
|
@ stdcall LsaQueryDomainInformationPolicy(ptr long ptr)
|
||||||
@ stub LsaQueryForestTrustInformation
|
@ stdcall LsaQueryForestTrustInformation(ptr ptr ptr)
|
||||||
@ stdcall LsaQueryInfoTrustedDomain(long long long)
|
@ stdcall LsaQueryInfoTrustedDomain(long long long)
|
||||||
@ stdcall LsaQueryInformationPolicy(ptr long ptr)
|
@ stdcall LsaQueryInformationPolicy(ptr long ptr)
|
||||||
@ stub LsaQuerySecret
|
@ stub LsaQuerySecret
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
@ stub LsaRemovePrivilegesFromAccount
|
@ stub LsaRemovePrivilegesFromAccount
|
||||||
@ stdcall LsaRetrievePrivateData(ptr ptr ptr)
|
@ stdcall LsaRetrievePrivateData(ptr ptr ptr)
|
||||||
@ stdcall LsaSetDomainInformationPolicy(ptr long ptr)
|
@ stdcall LsaSetDomainInformationPolicy(ptr long ptr)
|
||||||
@ stub LsaSetForestTrustInformation
|
@ stdcall LsaSetForestTrustInformation(ptr ptr ptr long ptr)
|
||||||
@ stdcall LsaSetInformationPolicy(long long ptr)
|
@ stdcall LsaSetInformationPolicy(long long ptr)
|
||||||
@ stub LsaSetInformationTrustedDomain
|
@ stub LsaSetInformationTrustedDomain
|
||||||
@ stub LsaSetQuotasForAccount
|
@ stub LsaSetQuotasForAccount
|
||||||
|
|
|
@ -1,225 +0,0 @@
|
||||||
|
|
||||||
#include <stdarg.h>
|
|
||||||
#include "windef.h"
|
|
||||||
#include "winbase.h"
|
|
||||||
#include "wine/config.h"
|
|
||||||
#include "wine/exception.h"
|
|
||||||
|
|
||||||
void __wine_spec_unimplemented_stub( const char *module, const char *function )
|
|
||||||
{
|
|
||||||
ULONG_PTR args[2];
|
|
||||||
|
|
||||||
args[0] = (ULONG_PTR)module;
|
|
||||||
args[1] = (ULONG_PTR)function;
|
|
||||||
RaiseException( EXCEPTION_WINE_STUB, EH_NONCONTINUABLE, 2, args );
|
|
||||||
}
|
|
||||||
|
|
||||||
static const char __wine_spec_file_name[] = "advapi32.dll";
|
|
||||||
|
|
||||||
void __wine_stub_advapi32_dll_12(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "AccessCheckByTypeResultList"); }
|
|
||||||
void __wine_stub_advapi32_dll_53(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CancelOverlappedAccess"); }
|
|
||||||
void __wine_stub_advapi32_dll_61(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CloseCodeAuthzLevel"); }
|
|
||||||
void __wine_stub_advapi32_dll_62(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CloseEncryptedFileRaw"); }
|
|
||||||
void __wine_stub_advapi32_dll_65(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CloseTrace"); }
|
|
||||||
void __wine_stub_advapi32_dll_67(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ComputeAccessTokenFromCodeAuthzLevel"); }
|
|
||||||
void __wine_stub_advapi32_dll_72(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertAccessToSecurityDescriptorA"); }
|
|
||||||
void __wine_stub_advapi32_dll_73(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertAccessToSecurityDescriptorW"); }
|
|
||||||
void __wine_stub_advapi32_dll_74(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertSDToStringSDRootDomainA"); }
|
|
||||||
void __wine_stub_advapi32_dll_75(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertSDToStringSDRootDomainW"); }
|
|
||||||
void __wine_stub_advapi32_dll_76(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertSecurityDescriptorToAccessA"); }
|
|
||||||
void __wine_stub_advapi32_dll_77(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertSecurityDescriptorToAccessNamedA"); }
|
|
||||||
void __wine_stub_advapi32_dll_78(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertSecurityDescriptorToAccessNamedW"); }
|
|
||||||
void __wine_stub_advapi32_dll_79(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertSecurityDescriptorToAccessW"); }
|
|
||||||
void __wine_stub_advapi32_dll_84(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertStringSDToSDDomainA"); }
|
|
||||||
void __wine_stub_advapi32_dll_85(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertStringSDToSDDomainW"); }
|
|
||||||
void __wine_stub_advapi32_dll_86(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertStringSDToSDRootDomainA"); }
|
|
||||||
void __wine_stub_advapi32_dll_87(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ConvertStringSDToSDRootDomainW"); }
|
|
||||||
void __wine_stub_advapi32_dll_94(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CreateCodeAuthzLevel"); }
|
|
||||||
void __wine_stub_advapi32_dll_105(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CreateTraceInstanceId"); }
|
|
||||||
void __wine_stub_advapi32_dll_113(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredGetTargetInfoA"); }
|
|
||||||
void __wine_stub_advapi32_dll_114(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredGetTargetInfoW"); }
|
|
||||||
void __wine_stub_advapi32_dll_115(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredIsMarshaledCredentialA"); }
|
|
||||||
void __wine_stub_advapi32_dll_116(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredIsMarshaledCredentialW"); }
|
|
||||||
void __wine_stub_advapi32_dll_117(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredMarshalCredentialA"); }
|
|
||||||
void __wine_stub_advapi32_dll_118(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredMarshalCredentialW"); }
|
|
||||||
void __wine_stub_advapi32_dll_119(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredProfileLoaded"); }
|
|
||||||
void __wine_stub_advapi32_dll_124(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredRenameA"); }
|
|
||||||
void __wine_stub_advapi32_dll_125(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredRenameW"); }
|
|
||||||
void __wine_stub_advapi32_dll_130(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredpConvertCredential"); }
|
|
||||||
void __wine_stub_advapi32_dll_131(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredpConvertTargetInfo"); }
|
|
||||||
void __wine_stub_advapi32_dll_132(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredpDecodeCredential"); }
|
|
||||||
void __wine_stub_advapi32_dll_133(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "CredpEncodeCredential"); }
|
|
||||||
void __wine_stub_advapi32_dll_179(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "DuplicateEncryptionInfoFile"); }
|
|
||||||
void __wine_stub_advapi32_dll_182(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfBackupEventLogFileA"); }
|
|
||||||
void __wine_stub_advapi32_dll_183(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfBackupEventLogFileW"); }
|
|
||||||
void __wine_stub_advapi32_dll_184(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfChangeNotify"); }
|
|
||||||
void __wine_stub_advapi32_dll_185(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfClearEventLogFileA"); }
|
|
||||||
void __wine_stub_advapi32_dll_186(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfClearEventLogFileW"); }
|
|
||||||
void __wine_stub_advapi32_dll_187(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfCloseEventLog"); }
|
|
||||||
void __wine_stub_advapi32_dll_188(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfDeregisterEventSource"); }
|
|
||||||
void __wine_stub_advapi32_dll_189(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfDeregisterEventSourceW"); }
|
|
||||||
void __wine_stub_advapi32_dll_190(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfFlushEventLog"); }
|
|
||||||
void __wine_stub_advapi32_dll_191(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfNumberOfRecords"); }
|
|
||||||
void __wine_stub_advapi32_dll_192(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfOldestRecord"); }
|
|
||||||
void __wine_stub_advapi32_dll_193(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfOpenBackupEventLogA"); }
|
|
||||||
void __wine_stub_advapi32_dll_194(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfOpenBackupEventLogW"); }
|
|
||||||
void __wine_stub_advapi32_dll_195(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfOpenEventLogA"); }
|
|
||||||
void __wine_stub_advapi32_dll_196(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfOpenEventLogW"); }
|
|
||||||
void __wine_stub_advapi32_dll_197(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfReadEventLogA"); }
|
|
||||||
void __wine_stub_advapi32_dll_198(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfReadEventLogW"); }
|
|
||||||
void __wine_stub_advapi32_dll_199(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfRegisterEventSourceA"); }
|
|
||||||
void __wine_stub_advapi32_dll_200(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfRegisterEventSourceW"); }
|
|
||||||
void __wine_stub_advapi32_dll_201(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfReportEventA"); }
|
|
||||||
void __wine_stub_advapi32_dll_202(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ElfReportEventW"); }
|
|
||||||
void __wine_stub_advapi32_dll_206(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "EncryptedFileKeyInfo"); }
|
|
||||||
void __wine_stub_advapi32_dll_210(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "EnumServiceGroupA"); }
|
|
||||||
void __wine_stub_advapi32_dll_216(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "EnumerateTraceGuids"); }
|
|
||||||
void __wine_stub_advapi32_dll_223(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "FlushTraceA"); }
|
|
||||||
void __wine_stub_advapi32_dll_224(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "FlushTraceW"); }
|
|
||||||
void __wine_stub_advapi32_dll_225(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "FreeEncryptedFileKeyInfo"); }
|
|
||||||
void __wine_stub_advapi32_dll_229(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetAccessPermissionsForObjectA"); }
|
|
||||||
void __wine_stub_advapi32_dll_230(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetAccessPermissionsForObjectW"); }
|
|
||||||
void __wine_stub_advapi32_dll_244(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetInformationCodeAuthzLevelW"); }
|
|
||||||
void __wine_stub_advapi32_dll_245(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetInformationCodeAuthzPolicyW"); }
|
|
||||||
void __wine_stub_advapi32_dll_250(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetLocalManagedApplicationData"); }
|
|
||||||
void __wine_stub_advapi32_dll_251(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetLocalManagedApplications"); }
|
|
||||||
void __wine_stub_advapi32_dll_252(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetManagedApplicationCategories"); }
|
|
||||||
void __wine_stub_advapi32_dll_253(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetManagedApplications"); }
|
|
||||||
void __wine_stub_advapi32_dll_254(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetMangledSiteSid"); }
|
|
||||||
void __wine_stub_advapi32_dll_260(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetNamedSecurityInfoExA"); }
|
|
||||||
void __wine_stub_advapi32_dll_261(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetNamedSecurityInfoExW"); }
|
|
||||||
void __wine_stub_advapi32_dll_265(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "GetOverlappedAccessResults"); }
|
|
||||||
void __wine_stub_advapi32_dll_299(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "I_ScGetCurrentGroupStateW"); }
|
|
||||||
void __wine_stub_advapi32_dll_300(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "I_ScIsSecurityProcess"); }
|
|
||||||
void __wine_stub_advapi32_dll_301(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "I_ScPnPGetServiceName"); }
|
|
||||||
void __wine_stub_advapi32_dll_302(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "I_ScSendTSMessage"); }
|
|
||||||
void __wine_stub_advapi32_dll_303(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "I_ScSetServiceBit"); }
|
|
||||||
void __wine_stub_advapi32_dll_306(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "IdentifyCodeAuthzLevelW"); }
|
|
||||||
void __wine_stub_advapi32_dll_318(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "InstallApplication"); }
|
|
||||||
void __wine_stub_advapi32_dll_319(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "IsProcessRestricted"); }
|
|
||||||
void __wine_stub_advapi32_dll_322(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "IsTokenUntrusted"); }
|
|
||||||
void __wine_stub_advapi32_dll_329(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LogonUserExA"); }
|
|
||||||
void __wine_stub_advapi32_dll_330(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LogonUserExW"); }
|
|
||||||
void __wine_stub_advapi32_dll_342(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LookupSecurityDescriptorPartsA"); }
|
|
||||||
void __wine_stub_advapi32_dll_343(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LookupSecurityDescriptorPartsW"); }
|
|
||||||
void __wine_stub_advapi32_dll_345(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaAddPrivilegesToAccount"); }
|
|
||||||
void __wine_stub_advapi32_dll_346(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaClearAuditLog"); }
|
|
||||||
void __wine_stub_advapi32_dll_348(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaCreateAccount"); }
|
|
||||||
void __wine_stub_advapi32_dll_349(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaCreateSecret"); }
|
|
||||||
void __wine_stub_advapi32_dll_350(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaCreateTrustedDomain"); }
|
|
||||||
void __wine_stub_advapi32_dll_355(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaEnumerateAccounts"); }
|
|
||||||
void __wine_stub_advapi32_dll_357(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaEnumeratePrivileges"); }
|
|
||||||
void __wine_stub_advapi32_dll_358(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaEnumeratePrivilegesOfAccount"); }
|
|
||||||
void __wine_stub_advapi32_dll_362(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaGetQuotasForAccount"); }
|
|
||||||
void __wine_stub_advapi32_dll_363(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaGetRemoteUserName"); }
|
|
||||||
void __wine_stub_advapi32_dll_364(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaGetSystemAccessAccount"); }
|
|
||||||
void __wine_stub_advapi32_dll_366(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaICLookupNames"); }
|
|
||||||
void __wine_stub_advapi32_dll_367(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaICLookupNamesWithCreds"); }
|
|
||||||
void __wine_stub_advapi32_dll_368(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaICLookupSids"); }
|
|
||||||
void __wine_stub_advapi32_dll_369(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaICLookupSidsWithCreds"); }
|
|
||||||
void __wine_stub_advapi32_dll_372(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaLookupPrivilegeDisplayName"); }
|
|
||||||
void __wine_stub_advapi32_dll_377(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaOpenAccount"); }
|
|
||||||
void __wine_stub_advapi32_dll_379(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaOpenPolicySce"); }
|
|
||||||
void __wine_stub_advapi32_dll_380(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaOpenSecret"); }
|
|
||||||
void __wine_stub_advapi32_dll_381(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaOpenTrustedDomain"); }
|
|
||||||
void __wine_stub_advapi32_dll_383(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaQueryDomainInformationPolicy"); }
|
|
||||||
void __wine_stub_advapi32_dll_384(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaQueryForestTrustInformation"); }
|
|
||||||
void __wine_stub_advapi32_dll_387(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaQuerySecret"); }
|
|
||||||
void __wine_stub_advapi32_dll_388(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaQuerySecurityObject"); }
|
|
||||||
void __wine_stub_advapi32_dll_393(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaRemovePrivilegesFromAccount"); }
|
|
||||||
void __wine_stub_advapi32_dll_396(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaSetForestTrustInformation"); }
|
|
||||||
void __wine_stub_advapi32_dll_397(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaSetInformationTrustedDomain"); }
|
|
||||||
void __wine_stub_advapi32_dll_398(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaSetQuotasForAccount"); }
|
|
||||||
void __wine_stub_advapi32_dll_400(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaSetSecurityObject"); }
|
|
||||||
void __wine_stub_advapi32_dll_401(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "LsaSetSystemAccessAccount"); }
|
|
||||||
void __wine_stub_advapi32_dll_412(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "MSChapSrvChangePassword"); }
|
|
||||||
void __wine_stub_advapi32_dll_413(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "MSChapSrvChangePassword2"); }
|
|
||||||
void __wine_stub_advapi32_dll_430(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "OpenEncryptedFileRawA"); }
|
|
||||||
void __wine_stub_advapi32_dll_431(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "OpenEncryptedFileRawW"); }
|
|
||||||
void __wine_stub_advapi32_dll_440(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "OpenTraceA"); }
|
|
||||||
void __wine_stub_advapi32_dll_441(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "OpenTraceW"); }
|
|
||||||
void __wine_stub_advapi32_dll_445(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ProcessIdleTasks"); }
|
|
||||||
void __wine_stub_advapi32_dll_446(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ProcessTrace"); }
|
|
||||||
void __wine_stub_advapi32_dll_447(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ProvAccessRightsToNTAccessMask"); }
|
|
||||||
void __wine_stub_advapi32_dll_461(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "QueryTraceA"); }
|
|
||||||
void __wine_stub_advapi32_dll_462(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "QueryTraceW"); }
|
|
||||||
void __wine_stub_advapi32_dll_465(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "ReadEncryptedFileRaw"); }
|
|
||||||
void __wine_stub_advapi32_dll_522(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "RegRemapPreDefKey"); }
|
|
||||||
void __wine_stub_advapi32_dll_542(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "RegisterIdleTask"); }
|
|
||||||
void __wine_stub_advapi32_dll_549(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "RemoveTraceCallback"); }
|
|
||||||
void __wine_stub_advapi32_dll_554(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferCloseLevel"); }
|
|
||||||
void __wine_stub_advapi32_dll_555(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferComputeTokenFromLevel"); }
|
|
||||||
void __wine_stub_advapi32_dll_557(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferGetLevelInformation"); }
|
|
||||||
void __wine_stub_advapi32_dll_559(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferIdentifyLevel"); }
|
|
||||||
void __wine_stub_advapi32_dll_560(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferRecordEventLogEntry"); }
|
|
||||||
void __wine_stub_advapi32_dll_561(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferSetLevelInformation"); }
|
|
||||||
void __wine_stub_advapi32_dll_562(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferSetPolicyInformation"); }
|
|
||||||
void __wine_stub_advapi32_dll_563(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferiChangeRegistryScope"); }
|
|
||||||
void __wine_stub_advapi32_dll_564(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferiCompareTokenLevels"); }
|
|
||||||
void __wine_stub_advapi32_dll_565(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferiIsExecutableFileType"); }
|
|
||||||
void __wine_stub_advapi32_dll_566(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferiPopulateDefaultsInRegistry"); }
|
|
||||||
void __wine_stub_advapi32_dll_567(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferiRecordEventLogEntry"); }
|
|
||||||
void __wine_stub_advapi32_dll_568(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferiReplaceProcessThreadTokens"); }
|
|
||||||
void __wine_stub_advapi32_dll_569(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SaferiSearchMatchingHashRules"); }
|
|
||||||
void __wine_stub_advapi32_dll_571(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetEntriesInAccessListA"); }
|
|
||||||
void __wine_stub_advapi32_dll_572(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetEntriesInAccessListW"); }
|
|
||||||
void __wine_stub_advapi32_dll_575(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetEntriesInAuditListA"); }
|
|
||||||
void __wine_stub_advapi32_dll_576(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetEntriesInAuditListW"); }
|
|
||||||
void __wine_stub_advapi32_dll_579(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetInformationCodeAuthzLevelW"); }
|
|
||||||
void __wine_stub_advapi32_dll_580(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetInformationCodeAuthzPolicyW"); }
|
|
||||||
void __wine_stub_advapi32_dll_583(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetNamedSecurityInfoExA"); }
|
|
||||||
void __wine_stub_advapi32_dll_584(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetNamedSecurityInfoExW"); }
|
|
||||||
void __wine_stub_advapi32_dll_587(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetPrivateObjectSecurityEx"); }
|
|
||||||
void __wine_stub_advapi32_dll_596(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetSecurityInfoExA"); }
|
|
||||||
void __wine_stub_advapi32_dll_597(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetSecurityInfoExW"); }
|
|
||||||
void __wine_stub_advapi32_dll_603(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetTraceCallback"); }
|
|
||||||
void __wine_stub_advapi32_dll_604(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "SetUserFileEncryptionKey"); }
|
|
||||||
void __wine_stub_advapi32_dll_611(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "StopTraceA"); }
|
|
||||||
void __wine_stub_advapi32_dll_612(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "StopTraceW"); }
|
|
||||||
void __wine_stub_advapi32_dll_653(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "TraceEventInstance"); }
|
|
||||||
void __wine_stub_advapi32_dll_655(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "TraceMessageVa"); }
|
|
||||||
void __wine_stub_advapi32_dll_658(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "TrusteeAccessToObjectA"); }
|
|
||||||
void __wine_stub_advapi32_dll_659(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "TrusteeAccessToObjectW"); }
|
|
||||||
void __wine_stub_advapi32_dll_660(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "UninstallApplication"); }
|
|
||||||
void __wine_stub_advapi32_dll_662(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "UnregisterIdleTask"); }
|
|
||||||
void __wine_stub_advapi32_dll_664(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "UpdateTraceA"); }
|
|
||||||
void __wine_stub_advapi32_dll_665(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "UpdateTraceW"); }
|
|
||||||
void __wine_stub_advapi32_dll_666(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WdmWmiServiceMain"); }
|
|
||||||
void __wine_stub_advapi32_dll_667(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiCloseBlock"); }
|
|
||||||
void __wine_stub_advapi32_dll_668(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiCloseTraceWithCursor"); }
|
|
||||||
void __wine_stub_advapi32_dll_669(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiConvertTimestamp"); }
|
|
||||||
void __wine_stub_advapi32_dll_670(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiDevInstToInstanceNameA"); }
|
|
||||||
void __wine_stub_advapi32_dll_671(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiDevInstToInstanceNameW"); }
|
|
||||||
void __wine_stub_advapi32_dll_672(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiEnumerateGuids"); }
|
|
||||||
void __wine_stub_advapi32_dll_673(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiExecuteMethodA"); }
|
|
||||||
void __wine_stub_advapi32_dll_674(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiExecuteMethodW"); }
|
|
||||||
void __wine_stub_advapi32_dll_675(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiFileHandleToInstanceNameA"); }
|
|
||||||
void __wine_stub_advapi32_dll_676(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiFileHandleToInstanceNameW"); }
|
|
||||||
void __wine_stub_advapi32_dll_677(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiFreeBuffer"); }
|
|
||||||
void __wine_stub_advapi32_dll_678(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiGetFirstTraceOffset"); }
|
|
||||||
void __wine_stub_advapi32_dll_679(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiGetNextEvent"); }
|
|
||||||
void __wine_stub_advapi32_dll_680(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiGetTraceHeader"); }
|
|
||||||
void __wine_stub_advapi32_dll_681(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiMofEnumerateResourcesA"); }
|
|
||||||
void __wine_stub_advapi32_dll_682(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiMofEnumerateResourcesW"); }
|
|
||||||
void __wine_stub_advapi32_dll_683(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiNotificationRegistrationA"); }
|
|
||||||
void __wine_stub_advapi32_dll_684(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiNotificationRegistrationW"); }
|
|
||||||
void __wine_stub_advapi32_dll_685(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiOpenBlock"); }
|
|
||||||
void __wine_stub_advapi32_dll_686(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiOpenTraceWithCursor"); }
|
|
||||||
void __wine_stub_advapi32_dll_687(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiParseTraceEvent"); }
|
|
||||||
void __wine_stub_advapi32_dll_688(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiQueryAllDataA"); }
|
|
||||||
void __wine_stub_advapi32_dll_689(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiQueryAllDataMultipleA"); }
|
|
||||||
void __wine_stub_advapi32_dll_690(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiQueryAllDataMultipleW"); }
|
|
||||||
void __wine_stub_advapi32_dll_691(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiQueryAllDataW"); }
|
|
||||||
void __wine_stub_advapi32_dll_692(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiQueryGuidInformation"); }
|
|
||||||
void __wine_stub_advapi32_dll_693(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiQuerySingleInstanceA"); }
|
|
||||||
void __wine_stub_advapi32_dll_694(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiQuerySingleInstanceMultipleA"); }
|
|
||||||
void __wine_stub_advapi32_dll_695(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiQuerySingleInstanceMultipleW"); }
|
|
||||||
void __wine_stub_advapi32_dll_696(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiQuerySingleInstanceW"); }
|
|
||||||
void __wine_stub_advapi32_dll_697(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiReceiveNotificationsA"); }
|
|
||||||
void __wine_stub_advapi32_dll_698(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiReceiveNotificationsW"); }
|
|
||||||
void __wine_stub_advapi32_dll_699(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiSetSingleInstanceA"); }
|
|
||||||
void __wine_stub_advapi32_dll_700(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiSetSingleInstanceW"); }
|
|
||||||
void __wine_stub_advapi32_dll_701(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiSetSingleItemA"); }
|
|
||||||
void __wine_stub_advapi32_dll_702(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WmiSetSingleItemW"); }
|
|
||||||
void __wine_stub_advapi32_dll_703(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "Wow64Win32ApiEntry"); }
|
|
||||||
void __wine_stub_advapi32_dll_704(void) { __wine_spec_unimplemented_stub(__wine_spec_file_name, "WriteEncryptedFileRaw"); }
|
|
|
@ -8,6 +8,7 @@ list(APPEND SOURCE
|
||||||
clictx.c
|
clictx.c
|
||||||
resman.c
|
resman.c
|
||||||
authz.rc
|
authz.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/authz_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/authz.def)
|
${CMAKE_CURRENT_BINARY_DIR}/authz.def)
|
||||||
|
|
||||||
add_library(authz SHARED
|
add_library(authz SHARED
|
||||||
|
|
|
@ -8,6 +8,7 @@ spec2def(bcrypt.dll bcrypt.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
bcrypt_main.c
|
bcrypt_main.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/bcrypt_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/bcrypt.def)
|
${CMAKE_CURRENT_BINARY_DIR}/bcrypt.def)
|
||||||
|
|
||||||
add_library(bcrypt SHARED ${SOURCE})
|
add_library(bcrypt SHARED ${SOURCE})
|
||||||
|
|
|
@ -3,6 +3,7 @@ spec2def(cfgmgr32.dll cfgmgr32.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
cfgmgr32.rc
|
cfgmgr32.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/cfgmgr32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/cfgmgr32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/cfgmgr32.def)
|
||||||
|
|
||||||
add_library(cfgmgr32 SHARED ${SOURCE})
|
add_library(cfgmgr32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -8,6 +8,7 @@ spec2def(clusapi.dll clusapi.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
clusapi.c
|
clusapi.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/clusapi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/clusapi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/clusapi.def)
|
||||||
|
|
||||||
add_library(clusapi SHARED ${SOURCE})
|
add_library(clusapi SHARED ${SOURCE})
|
||||||
|
|
|
@ -20,6 +20,7 @@ list(APPEND SOURCE
|
||||||
fontdlg.c
|
fontdlg.c
|
||||||
printdlg.c
|
printdlg.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/comdlg32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/comdlg32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/comdlg32.def)
|
||||||
|
|
||||||
add_library(comdlg32 SHARED ${SOURCE})
|
add_library(comdlg32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -10,6 +10,7 @@ spec2def(credui.dll credui.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
credui_main.c
|
credui_main.c
|
||||||
credui.rc
|
credui.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/credui_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/credui.def)
|
${CMAKE_CURRENT_BINARY_DIR}/credui.def)
|
||||||
|
|
||||||
add_library(credui SHARED ${SOURCE})
|
add_library(credui SHARED ${SOURCE})
|
||||||
|
|
|
@ -41,6 +41,7 @@ list(APPEND SOURCE
|
||||||
str.c
|
str.c
|
||||||
crypt32.rc
|
crypt32.rc
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/crypt32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/crypt32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/crypt32.def)
|
||||||
|
|
||||||
add_library(crypt32 SHARED ${SOURCE})
|
add_library(crypt32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -9,6 +9,7 @@ spec2def(cryptdlg.dll cryptdlg.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
cryptdlg.rc
|
cryptdlg.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/cryptdlg_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/cryptdlg.def)
|
${CMAKE_CURRENT_BINARY_DIR}/cryptdlg.def)
|
||||||
|
|
||||||
add_library(cryptdlg SHARED ${SOURCE})
|
add_library(cryptdlg SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(cryptnet.dll cryptnet.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
cryptnet_main.c
|
cryptnet_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/cryptnet_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/cryptnet.def)
|
${CMAKE_CURRENT_BINARY_DIR}/cryptnet.def)
|
||||||
|
|
||||||
add_library(cryptnet SHARED ${SOURCE})
|
add_library(cryptnet SHARED ${SOURCE})
|
||||||
|
|
|
@ -12,6 +12,7 @@ spec2def(cryptui.dll cryptui.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
cryptui.rc
|
cryptui.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/cryptui_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/cryptui.def)
|
${CMAKE_CURRENT_BINARY_DIR}/cryptui.def)
|
||||||
|
|
||||||
add_library(cryptui SHARED ${SOURCE})
|
add_library(cryptui SHARED ${SOURCE})
|
||||||
|
|
|
@ -42,6 +42,7 @@ list(APPEND SOURCE
|
||||||
symbol.c
|
symbol.c
|
||||||
type.c
|
type.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/dbghelp_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/dbghelp.def)
|
${CMAKE_CURRENT_BINARY_DIR}/dbghelp.def)
|
||||||
|
|
||||||
add_library(dbghelp SHARED ${SOURCE})
|
add_library(dbghelp SHARED ${SOURCE})
|
||||||
|
|
|
@ -9,6 +9,7 @@ spec2def(dciman32.dll dciman32.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
dciman_main.c
|
dciman_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/dciman32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/dciman32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/dciman32.def)
|
||||||
|
|
||||||
add_library(dciman32 SHARED ${SOURCE})
|
add_library(dciman32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -10,6 +10,7 @@ list(APPEND SOURCE
|
||||||
hwpage.c
|
hwpage.c
|
||||||
misc.c
|
misc.c
|
||||||
stubs.c
|
stubs.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/devmgr_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/devmgr.def)
|
${CMAKE_CURRENT_BINARY_DIR}/devmgr.def)
|
||||||
|
|
||||||
add_library(devmgr SHARED ${CMAKE_CURRENT_BINARY_DIR}/devmgr_precomp.h.gch ${SOURCE})
|
add_library(devmgr SHARED ${CMAKE_CURRENT_BINARY_DIR}/devmgr_precomp.h.gch ${SOURCE})
|
||||||
|
|
|
@ -20,6 +20,7 @@ list(APPEND SOURCE
|
||||||
dhcp/util.c
|
dhcp/util.c
|
||||||
dhcpcsvc.c
|
dhcpcsvc.c
|
||||||
dhcpcsvc.rc
|
dhcpcsvc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/dhcpcsvc_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/dhcpcsvc.def)
|
${CMAKE_CURRENT_BINARY_DIR}/dhcpcsvc.def)
|
||||||
|
|
||||||
add_library(dhcpcsvc SHARED
|
add_library(dhcpcsvc SHARED
|
||||||
|
|
|
@ -10,7 +10,7 @@ add_definitions(
|
||||||
|
|
||||||
spec2def(dnsapi.dll dnsapi.spec)
|
spec2def(dnsapi.dll dnsapi.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
dnsapi/adns.c
|
dnsapi/adns.c
|
||||||
dnsapi/context.c
|
dnsapi/context.c
|
||||||
dnsapi/memory.c
|
dnsapi/memory.c
|
||||||
|
@ -28,6 +28,9 @@ add_library(dnsapi SHARED
|
||||||
set_entrypoint(dnsapi 0)
|
set_entrypoint(dnsapi 0)
|
||||||
|
|
||||||
target_link_libraries(dnsapi adns)
|
target_link_libraries(dnsapi adns)
|
||||||
|
if(MSVC)
|
||||||
|
target_link_libraries(dnsapi msvcsup)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_importlibs(dnsapi user32 ws2_32 iphlpapi msvcrt kernel32 ntdll)
|
add_importlibs(dnsapi user32 ws2_32 iphlpapi msvcrt kernel32 ntdll)
|
||||||
add_pch(dnsapi ${CMAKE_CURRENT_SOURCE_DIR}/dnsapi/precomp.h ${SOURCE})
|
add_pch(dnsapi ${CMAKE_CURRENT_SOURCE_DIR}/dnsapi/precomp.h ${SOURCE})
|
||||||
|
|
|
@ -1,132 +1,132 @@
|
||||||
@ stdcall DnsAcquireContextHandle_A(long ptr ptr)
|
@ stdcall DnsAcquireContextHandle_A(long ptr ptr)
|
||||||
@ stdcall DnsAcquireContextHandle_UTF8(long ptr ptr)
|
@ stdcall DnsAcquireContextHandle_UTF8(long ptr ptr)
|
||||||
@ stdcall DnsAcquireContextHandle_W(long ptr ptr)
|
@ stdcall DnsAcquireContextHandle_W(long ptr ptr)
|
||||||
@ stub DnsAddRecordSet_A
|
@ stdcall DnsAddRecordSet_A()
|
||||||
@ stub DnsAddRecordSet_UTF8
|
@ stdcall DnsAddRecordSet_UTF8()
|
||||||
@ stub DnsAddRecordSet_W
|
@ stdcall DnsAddRecordSet_W()
|
||||||
@ stub DnsAllocateRecord
|
@ stdcall DnsAllocateRecord()
|
||||||
@ stub DnsApiHeapReset
|
@ stdcall DnsApiHeapReset()
|
||||||
@ stdcall DnsApiAlloc(long)
|
@ stdcall DnsApiAlloc(long)
|
||||||
@ stdcall DnsApiFree(ptr)
|
@ stdcall DnsApiFree(ptr)
|
||||||
@ stub DnsAsyncRegisterHostAddrs_A
|
@ stdcall DnsAsyncRegisterHostAddrs_A()
|
||||||
@ stub DnsAsyncRegisterHostAddrs_UTF8
|
@ stdcall DnsAsyncRegisterHostAddrs_UTF8()
|
||||||
@ stub DnsAsyncRegisterHostAddrs_W
|
@ stdcall DnsAsyncRegisterHostAddrs_W()
|
||||||
@ stub DnsAsyncRegisterInit
|
@ stdcall DnsAsyncRegisterInit()
|
||||||
@ stub DnsAsyncRegisterTerm
|
@ stdcall DnsAsyncRegisterTerm()
|
||||||
@ stub DnsCheckNameCollision_A
|
@ stdcall DnsCheckNameCollision_A()
|
||||||
@ stub DnsCheckNameCollision_UTF8
|
@ stdcall DnsCheckNameCollision_UTF8()
|
||||||
@ stub DnsCheckNameCollision_W
|
@ stdcall DnsCheckNameCollision_W()
|
||||||
@ stub DnsCopyStringEx
|
@ stdcall DnsCopyStringEx()
|
||||||
@ stub DnsCreateReverseNameStringForIpAddress
|
@ stdcall DnsCreateReverseNameStringForIpAddress()
|
||||||
@ stub DnsCreateStandardDnsNameCopy
|
@ stdcall DnsCreateStandardDnsNameCopy()
|
||||||
@ stub DnsCreateStringCopy
|
@ stdcall DnsCreateStringCopy()
|
||||||
@ stub DnsDhcpSrvRegisterHostName_W
|
@ stdcall DnsDhcpSrvRegisterHostName_W()
|
||||||
@ stub DnsDhcpSrvRegisterInit
|
@ stdcall DnsDhcpSrvRegisterInit()
|
||||||
@ stub DnsDhcpSrvRegisterTerm
|
@ stdcall DnsDhcpSrvRegisterTerm()
|
||||||
@ stub DnsDisableAdapterDomainNameRegistration
|
@ stdcall DnsDisableAdapterDomainNameRegistration()
|
||||||
@ stub DnsDisableBNodeResolverThread
|
@ stdcall DnsDisableBNodeResolverThread()
|
||||||
@ stub DnsDisableDynamicRegistration
|
@ stdcall DnsDisableDynamicRegistration()
|
||||||
@ stub DnsDowncaseDnsNameLabel
|
@ stdcall DnsDowncaseDnsNameLabel()
|
||||||
@ stub DnsEnableAdapterDomainNameRegistration
|
@ stdcall DnsEnableAdapterDomainNameRegistration()
|
||||||
@ stub DnsEnableBNodeResolverThread
|
@ stdcall DnsEnableBNodeResolverThread()
|
||||||
@ stub DnsEnableDynamicRegistration
|
@ stdcall DnsEnableDynamicRegistration()
|
||||||
@ stdcall DnsExtractRecordsFromMessage_UTF8(ptr long ptr)
|
@ stdcall DnsExtractRecordsFromMessage_UTF8(ptr long ptr)
|
||||||
@ stdcall DnsExtractRecordsFromMessage_W(ptr long ptr)
|
@ stdcall DnsExtractRecordsFromMessage_W(ptr long ptr)
|
||||||
@ stub DnsFindAuthoritativeZone
|
@ stdcall DnsFindAuthoritativeZone()
|
||||||
@ stdcall DnsFlushResolverCache()
|
@ stdcall DnsFlushResolverCache()
|
||||||
@ stub DnsFlushResolverCacheEntry_A
|
@ stdcall DnsFlushResolverCacheEntry_A()
|
||||||
@ stub DnsFlushResolverCacheEntry_UTF8
|
@ stdcall DnsFlushResolverCacheEntry_UTF8()
|
||||||
@ stub DnsFlushResolverCacheEntry_W
|
@ stdcall DnsFlushResolverCacheEntry_W()
|
||||||
@ stub DnsFreeAdapterInformation
|
@ stdcall DnsFreeAdapterInformation()
|
||||||
@ stub DnsFreeNetworkInformation
|
@ stdcall DnsFreeNetworkInformation()
|
||||||
@ stub DnsFreeSearchInformation
|
@ stdcall DnsFreeSearchInformation()
|
||||||
@ stub DnsGetBufferLengthForStringCopy
|
@ stdcall DnsGetBufferLengthForStringCopy()
|
||||||
@ stub DnsGetCacheDataTable
|
@ stdcall DnsGetCacheDataTable()
|
||||||
@ stub DnsGetDnsServerList
|
@ stdcall DnsGetDnsServerList()
|
||||||
@ stub DnsGetDomainName
|
@ stdcall DnsGetDomainName()
|
||||||
@ stub DnsGetHostName_A
|
@ stdcall DnsGetHostName_A()
|
||||||
@ stub DnsGetHostName_UTF8
|
@ stdcall DnsGetHostName_UTF8()
|
||||||
@ stub DnsGetHostName_W
|
@ stdcall DnsGetHostName_W()
|
||||||
@ stub DnsGetIpAddressInfoList
|
@ stdcall DnsGetIpAddressInfoList()
|
||||||
@ stub DnsGetIpAddressList
|
@ stdcall DnsGetIpAddressList()
|
||||||
@ stub DnsGetLastServerUpdateIP
|
@ stdcall DnsGetLastServerUpdateIP()
|
||||||
@ stub DnsGetMaxNumberOfAddressesToRegister
|
@ stdcall DnsGetMaxNumberOfAddressesToRegister()
|
||||||
@ stub DnsGetNetworkInformation
|
@ stdcall DnsGetNetworkInformation()
|
||||||
@ stub DnsGetPrimaryDomainName_A
|
@ stdcall DnsGetPrimaryDomainName_A()
|
||||||
@ stub DnsGetPrimaryDomainName_UTF8
|
@ stdcall DnsGetPrimaryDomainName_UTF8()
|
||||||
@ stub DnsGetPrimaryDomainName_W
|
@ stdcall DnsGetPrimaryDomainName_W()
|
||||||
@ stub DnsGetSearchInformation
|
@ stdcall DnsGetSearchInformation()
|
||||||
@ stub DnsIpv6AddressToString
|
@ stdcall DnsIpv6AddressToString()
|
||||||
@ stub DnsIpv6StringToAddress
|
@ stdcall DnsIpv6StringToAddress()
|
||||||
@ stub DnsIsAdapterDomainNameRegistrationEnabled
|
@ stdcall DnsIsAdapterDomainNameRegistrationEnabled()
|
||||||
@ stub DnsIsAMailboxType
|
@ stdcall DnsIsAMailboxType()
|
||||||
@ stub DnsIsDynamicRegistrationEnabled
|
@ stdcall DnsIsDynamicRegistrationEnabled()
|
||||||
@ stub DnsIsStatusRcode
|
@ stdcall DnsIsStatusRcode()
|
||||||
@ stub DnsIsStringCountValidForTextType
|
@ stdcall DnsIsStringCountValidForTextType()
|
||||||
@ stub DnsMapRcodeToStatus
|
@ stdcall DnsMapRcodeToStatus()
|
||||||
@ stub DnsModifyRecordSet_A
|
@ stdcall DnsModifyRecordSet_A()
|
||||||
@ stub DnsModifyRecordSet_UTF8
|
@ stdcall DnsModifyRecordSet_UTF8()
|
||||||
@ stub DnsModifyRecordSet_W
|
@ stdcall DnsModifyRecordSet_W()
|
||||||
@ stdcall DnsModifyRecordsInSet_A(ptr ptr long ptr ptr ptr)
|
@ stdcall DnsModifyRecordsInSet_A(ptr ptr long ptr ptr ptr)
|
||||||
@ stdcall DnsModifyRecordsInSet_UTF8(ptr ptr long ptr ptr ptr)
|
@ stdcall DnsModifyRecordsInSet_UTF8(ptr ptr long ptr ptr ptr)
|
||||||
@ stdcall DnsModifyRecordsInSet_W(ptr ptr long ptr ptr ptr)
|
@ stdcall DnsModifyRecordsInSet_W(ptr ptr long ptr ptr ptr)
|
||||||
@ stdcall DnsNameCompare_A(str str)
|
@ stdcall DnsNameCompare_A(str str)
|
||||||
@ stub DnsNameCompareEx_A
|
@ stdcall DnsNameCompareEx_A()
|
||||||
@ stub DnsNameCompareEx_UTF8
|
@ stdcall DnsNameCompareEx_UTF8()
|
||||||
@ stub DnsNameCompareEx_W
|
@ stdcall DnsNameCompareEx_W()
|
||||||
@ stdcall DnsNameCompare_W(wstr wstr)
|
@ stdcall DnsNameCompare_W(wstr wstr)
|
||||||
@ stub DnsNameCopy
|
@ stdcall DnsNameCopy()
|
||||||
@ stub DnsNameCopyAllocate
|
@ stdcall DnsNameCopyAllocate()
|
||||||
@ stub DnsNotifyResolver
|
@ stdcall DnsNotifyResolver()
|
||||||
@ stdcall DnsQuery_A(str long long ptr ptr ptr)
|
@ stdcall DnsQuery_A(str long long ptr ptr ptr)
|
||||||
@ stdcall DnsQueryConfig(long long wstr ptr ptr ptr)
|
@ stdcall DnsQueryConfig(long long wstr ptr ptr ptr)
|
||||||
@ stub DnsQueryEx
|
@ stdcall DnsQueryEx()
|
||||||
@ stdcall DnsQuery_UTF8(str long long ptr ptr ptr)
|
@ stdcall DnsQuery_UTF8(str long long ptr ptr ptr)
|
||||||
@ stdcall DnsQuery_W(wstr long long ptr ptr ptr)
|
@ stdcall DnsQuery_W(wstr long long ptr ptr ptr)
|
||||||
@ stub DnsRecordBuild_UTF8
|
@ stdcall DnsRecordBuild_UTF8()
|
||||||
@ stub DnsRecordBuild_W
|
@ stdcall DnsRecordBuild_W()
|
||||||
@ stdcall DnsRecordCompare(ptr ptr)
|
@ stdcall DnsRecordCompare(ptr ptr)
|
||||||
@ stdcall DnsRecordCopyEx(ptr long long)
|
@ stdcall DnsRecordCopyEx(ptr long long)
|
||||||
@ stdcall DnsRecordListFree(ptr long)
|
@ stdcall DnsRecordListFree(ptr long)
|
||||||
@ stdcall DnsRecordSetCompare(ptr ptr ptr ptr)
|
@ stdcall DnsRecordSetCompare(ptr ptr ptr ptr)
|
||||||
@ stdcall DnsRecordSetCopyEx(ptr long long)
|
@ stdcall DnsRecordSetCopyEx(ptr long long)
|
||||||
@ stdcall DnsRecordSetDetach(ptr)
|
@ stdcall DnsRecordSetDetach(ptr)
|
||||||
@ stub DnsRecordStringForType
|
@ stdcall DnsRecordStringForType()
|
||||||
@ stub DnsRecordStringForWritableType
|
@ stdcall DnsRecordStringForWritableType()
|
||||||
@ stub DnsRecordTypeForName
|
@ stdcall DnsRecordTypeForName()
|
||||||
@ stub DnsRelationalCompare_UTF8
|
@ stdcall DnsRelationalCompare_UTF8()
|
||||||
@ stub DnsRelationalCompare_W
|
@ stdcall DnsRelationalCompare_W()
|
||||||
@ stdcall DnsReleaseContextHandle(ptr)
|
@ stdcall DnsReleaseContextHandle(ptr)
|
||||||
@ stub DnsRemoveRegistrations
|
@ stdcall DnsRemoveRegistrations()
|
||||||
@ stdcall DnsReplaceRecordSetA(ptr long ptr ptr ptr)
|
@ stdcall DnsReplaceRecordSetA(ptr long ptr ptr ptr)
|
||||||
@ stub DnsReplaceRecordSet_A
|
@ stdcall DnsReplaceRecordSet_A()
|
||||||
@ stdcall DnsReplaceRecordSetUTF8(ptr long ptr ptr ptr)
|
@ stdcall DnsReplaceRecordSetUTF8(ptr long ptr ptr ptr)
|
||||||
@ stub DnsReplaceRecordSet_UTF8
|
@ stdcall DnsReplaceRecordSet_UTF8()
|
||||||
@ stdcall DnsReplaceRecordSetW(ptr long ptr ptr ptr)
|
@ stdcall DnsReplaceRecordSetW(ptr long ptr ptr ptr)
|
||||||
@ stub DnsReplaceRecordSet_W
|
@ stdcall DnsReplaceRecordSet_W()
|
||||||
@ stub DnsServiceNotificationDeregister_A
|
@ stdcall DnsServiceNotificationDeregister_A()
|
||||||
@ stub DnsServiceNotificationDeregister_UTF8
|
@ stdcall DnsServiceNotificationDeregister_UTF8()
|
||||||
@ stub DnsServiceNotificationDeregister_W
|
@ stdcall DnsServiceNotificationDeregister_W()
|
||||||
@ stub DnsServiceNotificationRegister_A
|
@ stdcall DnsServiceNotificationRegister_A()
|
||||||
@ stub DnsServiceNotificationRegister_UTF8
|
@ stdcall DnsServiceNotificationRegister_UTF8()
|
||||||
@ stub DnsServiceNotificationRegister_W
|
@ stdcall DnsServiceNotificationRegister_W()
|
||||||
@ stub DnsSetMaxNumberOfAddressesToRegister
|
@ stdcall DnsSetMaxNumberOfAddressesToRegister()
|
||||||
@ stub DnsStatusString
|
@ stdcall DnsStatusString()
|
||||||
@ stub DnsStringCopyAllocateEx
|
@ stdcall DnsStringCopyAllocateEx()
|
||||||
@ stub DnsUnicodeToUtf8
|
@ stdcall DnsUnicodeToUtf8()
|
||||||
@ stub DnsUpdate
|
@ stdcall DnsUpdate()
|
||||||
@ stub DnsUpdateTest_A
|
@ stdcall DnsUpdateTest_A()
|
||||||
@ stub DnsUpdateTest_UTF8
|
@ stdcall DnsUpdateTest_UTF8()
|
||||||
@ stub DnsUpdateTest_W
|
@ stdcall DnsUpdateTest_W()
|
||||||
@ stub DnsUtf8ToUnicode
|
@ stdcall DnsUtf8ToUnicode()
|
||||||
@ stdcall DnsValidateName_A(str long)
|
@ stdcall DnsValidateName_A(str long)
|
||||||
@ stdcall DnsValidateName_UTF8(str long)
|
@ stdcall DnsValidateName_UTF8(str long)
|
||||||
@ stdcall DnsValidateName_W(wstr long)
|
@ stdcall DnsValidateName_W(wstr long)
|
||||||
@ stub DnsValidateUtf8Byte
|
@ stdcall DnsValidateUtf8Byte()
|
||||||
@ stub DnsWinsRecordFlagForString
|
@ stdcall DnsWinsRecordFlagForString()
|
||||||
@ stub DnsWinsRecordFlagString
|
@ stdcall DnsWinsRecordFlagString()
|
||||||
@ stdcall DnsWriteQuestionToBuffer_UTF8(ptr ptr str long long long)
|
@ stdcall DnsWriteQuestionToBuffer_UTF8(ptr ptr str long long long)
|
||||||
@ stdcall DnsWriteQuestionToBuffer_W(ptr ptr wstr long long long)
|
@ stdcall DnsWriteQuestionToBuffer_W(ptr ptr wstr long long long)
|
||||||
@ stub DnsWriteReverseNameStringForIpAddress
|
@ stdcall DnsWriteReverseNameStringForIpAddress()
|
||||||
@ stub GetCurrentTimeInSeconds
|
@ stdcall GetCurrentTimeInSeconds()
|
||||||
@ stdcall DnsFree(ptr long)
|
@ stdcall DnsFree(ptr long)
|
||||||
|
|
|
@ -822,3 +822,10 @@ GetCurrentTimeInSeconds()
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return ERROR_OUTOFMEMORY;
|
return ERROR_OUTOFMEMORY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DNS_STATUS WINAPI
|
||||||
|
DnsNotifyResolver()
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
return ERROR_OUTOFMEMORY;
|
||||||
|
}
|
||||||
|
|
|
@ -10,6 +10,7 @@ spec2def(dwmapi.dll dwmapi.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
dwmapi_main.c
|
dwmapi_main.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/dwmapi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/dwmapi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/dwmapi.def)
|
||||||
|
|
||||||
add_library(dwmapi SHARED ${SOURCE})
|
add_library(dwmapi SHARED ${SOURCE})
|
||||||
|
|
|
@ -9,6 +9,7 @@ spec2def(faultrep.dll faultrep.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
faultrep.c
|
faultrep.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/faultrep_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/faultrep.def)
|
${CMAKE_CURRENT_BINARY_DIR}/faultrep.def)
|
||||||
|
|
||||||
add_library(faultrep SHARED ${SOURCE})
|
add_library(faultrep SHARED ${SOURCE})
|
||||||
|
|
|
@ -11,6 +11,7 @@ list(APPEND SOURCE
|
||||||
media.c
|
media.c
|
||||||
query.c
|
query.c
|
||||||
fmifs.rc
|
fmifs.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/fmifs_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/fmifs.def)
|
${CMAKE_CURRENT_BINARY_DIR}/fmifs.def)
|
||||||
|
|
||||||
add_pch(fmifs ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
add_pch(fmifs ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||||
|
|
|
@ -14,6 +14,7 @@ list(APPEND SOURCE
|
||||||
assembly.c
|
assembly.c
|
||||||
fusion.c
|
fusion.c
|
||||||
fusion_main.c
|
fusion_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/fusion_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/fusion.def)
|
${CMAKE_CURRENT_BINARY_DIR}/fusion.def)
|
||||||
|
|
||||||
add_library(fusion SHARED ${SOURCE})
|
add_library(fusion SHARED ${SOURCE})
|
||||||
|
|
|
@ -24,6 +24,7 @@ list(APPEND SOURCE
|
||||||
pen.c
|
pen.c
|
||||||
region.c
|
region.c
|
||||||
stringformat.c
|
stringformat.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/gdiplus_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/gdiplus.def)
|
${CMAKE_CURRENT_BINARY_DIR}/gdiplus.def)
|
||||||
|
|
||||||
add_library(gdiplus SHARED ${SOURCE})
|
add_library(gdiplus SHARED ${SOURCE})
|
||||||
|
|
|
@ -9,6 +9,7 @@ list(APPEND SOURCE
|
||||||
extserv.c
|
extserv.c
|
||||||
hlink_main.c
|
hlink_main.c
|
||||||
link.c
|
link.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/hlink_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/hlink.def)
|
${CMAKE_CURRENT_BINARY_DIR}/hlink.def)
|
||||||
|
|
||||||
add_library(hlink SHARED ${SOURCE})
|
add_library(hlink SHARED ${SOURCE})
|
||||||
|
|
|
@ -7,6 +7,7 @@ spec2def(httpapi.dll httpapi.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
httpapi_main.c
|
httpapi_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/httpapi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/httpapi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/httpapi.def)
|
||||||
|
|
||||||
add_library(httpapi SHARED ${SOURCE})
|
add_library(httpapi SHARED ${SOURCE})
|
||||||
|
|
|
@ -8,6 +8,7 @@ spec2def(icmp.dll icmp.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
icmp_main.c
|
icmp_main.c
|
||||||
icmp.rc
|
icmp.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/icmp_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/icmp.def)
|
${CMAKE_CURRENT_BINARY_DIR}/icmp.def)
|
||||||
|
|
||||||
add_library(icmp SHARED ${SOURCE})
|
add_library(icmp SHARED ${SOURCE})
|
||||||
|
|
|
@ -13,6 +13,7 @@ list(APPEND SOURCE
|
||||||
integrity.c
|
integrity.c
|
||||||
modify.c
|
modify.c
|
||||||
imagehlp.rc
|
imagehlp.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/imagehlp_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/imagehlp.def)
|
${CMAKE_CURRENT_BINARY_DIR}/imagehlp.def)
|
||||||
|
|
||||||
add_library(imagehlp SHARED
|
add_library(imagehlp SHARED
|
||||||
|
|
|
@ -13,6 +13,7 @@ spec2def(imm32.dll imm32.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
imm.c
|
imm.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/imm32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/imm32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/imm32.def)
|
||||||
|
|
||||||
add_library(imm32 SHARED ${SOURCE})
|
add_library(imm32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -17,6 +17,7 @@ list(APPEND SOURCE
|
||||||
pop3transport.c
|
pop3transport.c
|
||||||
regsvr.c
|
regsvr.c
|
||||||
smtptransport.c
|
smtptransport.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/inetcomm_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/inetcomm.def)
|
${CMAKE_CURRENT_BINARY_DIR}/inetcomm.def)
|
||||||
|
|
||||||
add_library(inetcomm SHARED ${SOURCE})
|
add_library(inetcomm SHARED ${SOURCE})
|
||||||
|
|
|
@ -9,6 +9,7 @@ spec2def(inetmib1.dll inetmib1.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/inetmib1_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/inetmib1.def)
|
${CMAKE_CURRENT_BINARY_DIR}/inetmib1.def)
|
||||||
|
|
||||||
add_library(inetmib1 SHARED ${SOURCE})
|
add_library(inetmib1 SHARED ${SOURCE})
|
||||||
|
|
|
@ -7,6 +7,7 @@ spec2def(initpki.dll initpki.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/initpki_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/initpki.def)
|
${CMAKE_CURRENT_BINARY_DIR}/initpki.def)
|
||||||
|
|
||||||
add_library(initpki SHARED ${SOURCE})
|
add_library(initpki SHARED ${SOURCE})
|
||||||
|
|
|
@ -11,6 +11,7 @@ spec2def(inseng.dll inseng.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
inseng_main.c
|
inseng_main.c
|
||||||
regsvr.c
|
regsvr.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/inseng_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/inseng.def)
|
${CMAKE_CURRENT_BINARY_DIR}/inseng.def)
|
||||||
|
|
||||||
add_library(inseng SHARED ${SOURCE})
|
add_library(inseng SHARED ${SOURCE})
|
||||||
|
|
|
@ -20,6 +20,7 @@ list(APPEND SOURCE
|
||||||
resinfo_reactos.c
|
resinfo_reactos.c
|
||||||
route_reactos.c
|
route_reactos.c
|
||||||
iphlpapi.rc
|
iphlpapi.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/iphlpapi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/iphlpapi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/iphlpapi.def)
|
||||||
|
|
||||||
add_library(iphlpapi SHARED ${SOURCE})
|
add_library(iphlpapi SHARED ${SOURCE})
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
@ stub AllocateAndGetUdpExTable2FromStack
|
@ stub AllocateAndGetUdpExTable2FromStack
|
||||||
@ stub AllocateAndGetUdpExTableFromStack
|
@ stub AllocateAndGetUdpExTableFromStack
|
||||||
@ stdcall AllocateAndGetUdpTableFromStack( ptr long long long )
|
@ stdcall AllocateAndGetUdpTableFromStack( ptr long long long )
|
||||||
@ stub CancelIPChangeNotify
|
@ stdcall CancelIPChangeNotify(ptr)
|
||||||
@ stub CancelSecurityHealthChangeNotify
|
@ stub CancelSecurityHealthChangeNotify
|
||||||
@ stdcall CreateIpForwardEntry( ptr )
|
@ stdcall CreateIpForwardEntry( ptr )
|
||||||
@ stdcall CreateIpNetEntry( ptr )
|
@ stdcall CreateIpNetEntry( ptr )
|
||||||
|
@ -19,16 +19,16 @@
|
||||||
@ stdcall DeleteIpForwardEntry( ptr )
|
@ stdcall DeleteIpForwardEntry( ptr )
|
||||||
@ stdcall DeleteIpNetEntry( ptr )
|
@ stdcall DeleteIpNetEntry( ptr )
|
||||||
@ stdcall DeleteProxyArpEntry( long long long )
|
@ stdcall DeleteProxyArpEntry( long long long )
|
||||||
@ stub DisableMediaSense
|
@ stdcall DisableMediaSense(ptr ptr)
|
||||||
@ stdcall EnableRouter( ptr ptr )
|
@ stdcall EnableRouter( ptr ptr )
|
||||||
@ stdcall FlushIpNetTable( long )
|
@ stdcall FlushIpNetTable( long )
|
||||||
@ stub FlushIpNetTableFromStack
|
@ stub FlushIpNetTableFromStack
|
||||||
@ stdcall GetAdapterIndex( wstr ptr )
|
@ stdcall GetAdapterIndex( wstr ptr )
|
||||||
@ stub GetAdapterOrderMap
|
@ stdcall GetAdapterOrderMap()
|
||||||
@ stdcall GetAdaptersAddresses( long long ptr ptr ptr )
|
@ stdcall GetAdaptersAddresses( long long ptr ptr ptr )
|
||||||
@ stdcall GetAdaptersInfo( ptr ptr )
|
@ stdcall GetAdaptersInfo( ptr ptr )
|
||||||
@ stdcall GetBestInterface( long ptr )
|
@ stdcall GetBestInterface( long ptr )
|
||||||
@ stub GetBestInterfaceEx
|
@ stdcall GetBestInterfaceEx(ptr ptr)
|
||||||
@ stub GetBestInterfaceFromStack
|
@ stub GetBestInterfaceFromStack
|
||||||
@ stdcall GetBestRoute( long long long )
|
@ stdcall GetBestRoute( long long long )
|
||||||
@ stub GetBestRouteFromStack
|
@ stub GetBestRouteFromStack
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
@ stub GetExtendedUdpTable
|
@ stub GetExtendedUdpTable
|
||||||
@ stdcall GetFriendlyIfIndex( long )
|
@ stdcall GetFriendlyIfIndex( long )
|
||||||
@ stdcall GetIcmpStatistics( ptr )
|
@ stdcall GetIcmpStatistics( ptr )
|
||||||
@ stub GetIcmpStatisticsEx
|
@ stdcall GetIcmpStatisticsEx(ptr long)
|
||||||
@ stub GetIcmpStatsFromStack
|
@ stub GetIcmpStatsFromStack
|
||||||
@ stub GetIcmpStatsFromStackEx
|
@ stub GetIcmpStatsFromStackEx
|
||||||
@ stdcall GetIfEntry( ptr )
|
@ stdcall GetIfEntry( ptr )
|
||||||
|
@ -49,13 +49,13 @@
|
||||||
@ stdcall GetInterfaceInfo( ptr ptr )
|
@ stdcall GetInterfaceInfo( ptr ptr )
|
||||||
@ stdcall GetIpAddrTable( ptr ptr long )
|
@ stdcall GetIpAddrTable( ptr ptr long )
|
||||||
@ stub GetIpAddrTableFromStack
|
@ stub GetIpAddrTableFromStack
|
||||||
@ stub GetIpErrorString
|
@ stdcall GetIpErrorString(long ptr ptr)
|
||||||
@ stdcall GetIpForwardTable( ptr ptr long )
|
@ stdcall GetIpForwardTable( ptr ptr long )
|
||||||
@ stub GetIpForwardTableFromStack
|
@ stub GetIpForwardTableFromStack
|
||||||
@ stdcall GetIpNetTable( ptr ptr long )
|
@ stdcall GetIpNetTable( ptr ptr long )
|
||||||
@ stub GetIpNetTableFromStack
|
@ stub GetIpNetTableFromStack
|
||||||
@ stdcall GetIpStatistics( ptr )
|
@ stdcall GetIpStatistics( ptr )
|
||||||
@ stub GetIpStatisticsEx
|
@ stdcall GetIpStatisticsEx(ptr long)
|
||||||
@ stub GetIpStatsFromStack
|
@ stub GetIpStatsFromStack
|
||||||
@ stub GetIpStatsFromStackEx
|
@ stub GetIpStatsFromStackEx
|
||||||
@ stdcall GetNetworkParams( ptr ptr )
|
@ stdcall GetNetworkParams( ptr ptr )
|
||||||
|
@ -68,14 +68,14 @@
|
||||||
@ stdcall GetRTTAndHopCount( long ptr long ptr )
|
@ stdcall GetRTTAndHopCount( long ptr long ptr )
|
||||||
@ stub GetTcpExTable2FromStack
|
@ stub GetTcpExTable2FromStack
|
||||||
@ stdcall GetTcpStatistics( ptr )
|
@ stdcall GetTcpStatistics( ptr )
|
||||||
@ stub GetTcpStatisticsEx
|
@ stdcall GetTcpStatisticsEx(ptr long)
|
||||||
@ stub GetTcpStatsFromStack
|
@ stub GetTcpStatsFromStack
|
||||||
@ stub GetTcpStatsFromStackEx
|
@ stub GetTcpStatsFromStackEx
|
||||||
@ stdcall GetTcpTable( ptr ptr long )
|
@ stdcall GetTcpTable( ptr ptr long )
|
||||||
@ stub GetTcpTableFromStack
|
@ stub GetTcpTableFromStack
|
||||||
@ stub GetUdpExTable2FromStack
|
@ stub GetUdpExTable2FromStack
|
||||||
@ stdcall GetUdpStatistics( ptr )
|
@ stdcall GetUdpStatistics( ptr )
|
||||||
@ stub GetUdpStatisticsEx
|
@ stdcall GetUdpStatisticsEx(ptr long)
|
||||||
@ stub GetUdpStatsFromStack
|
@ stub GetUdpStatsFromStack
|
||||||
@ stub GetUdpStatsFromStackEx
|
@ stub GetUdpStatsFromStackEx
|
||||||
@ stdcall GetUdpTable( ptr ptr long )
|
@ stdcall GetUdpTable( ptr ptr long )
|
||||||
|
@ -112,14 +112,14 @@
|
||||||
@ stub NhGetGuidFromInterfaceName
|
@ stub NhGetGuidFromInterfaceName
|
||||||
@ stdcall NhGetInterfaceNameFromDeviceGuid(long long long long long)
|
@ stdcall NhGetInterfaceNameFromDeviceGuid(long long long long long)
|
||||||
@ stub NhGetInterfaceNameFromGuid
|
@ stub NhGetInterfaceNameFromGuid
|
||||||
@ stub NhpAllocateAndGetInterfaceInfoFromStack
|
@ stdcall NhpAllocateAndGetInterfaceInfoFromStack(ptr ptr long ptr long)
|
||||||
@ stub NhpGetInterfaceIndexFromStack
|
@ stub NhpGetInterfaceIndexFromStack
|
||||||
@ stdcall NotifyAddrChange( ptr ptr )
|
@ stdcall NotifyAddrChange( ptr ptr )
|
||||||
@ stdcall NotifyRouteChange( ptr ptr )
|
@ stdcall NotifyRouteChange( ptr ptr )
|
||||||
@ stub NotifyRouteChangeEx
|
@ stub NotifyRouteChangeEx
|
||||||
@ stub NotifySecurityHealthChange
|
@ stub NotifySecurityHealthChange
|
||||||
@ stub RestoreMediaSense
|
@ stdcall RestoreMediaSense(ptr ptr)
|
||||||
@ stub SendARP
|
@ stdcall SendARP(long long ptr ptr)
|
||||||
@ stub SetAdapterIpAddress
|
@ stub SetAdapterIpAddress
|
||||||
@ stub SetBlockRoutes
|
@ stub SetBlockRoutes
|
||||||
@ stdcall SetIfEntry( ptr )
|
@ stdcall SetIfEntry( ptr )
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(itircl.dll itircl.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
itircl_main.c
|
itircl_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/itircl_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/itircl.def)
|
${CMAKE_CURRENT_BINARY_DIR}/itircl.def)
|
||||||
|
|
||||||
add_library(itircl SHARED ${SOURCE})
|
add_library(itircl SHARED ${SOURCE})
|
||||||
|
|
|
@ -17,6 +17,7 @@ list(APPEND SOURCE
|
||||||
protocol.c
|
protocol.c
|
||||||
storage.c
|
storage.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/itss_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/itss.def)
|
${CMAKE_CURRENT_BINARY_DIR}/itss.def)
|
||||||
|
|
||||||
add_library(itss SHARED ${SOURCE})
|
add_library(itss SHARED ${SOURCE})
|
||||||
|
|
|
@ -15,6 +15,7 @@ list(APPEND SOURCE
|
||||||
localspl_main.c
|
localspl_main.c
|
||||||
provider.c
|
provider.c
|
||||||
localspl.rc
|
localspl.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/localspl_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/localspl.def)
|
${CMAKE_CURRENT_BINARY_DIR}/localspl.def)
|
||||||
|
|
||||||
add_library(localspl SHARED ${SOURCE})
|
add_library(localspl SHARED ${SOURCE})
|
||||||
|
|
|
@ -16,6 +16,7 @@ list(APPEND SOURCE
|
||||||
privileges.c
|
privileges.c
|
||||||
sids.c
|
sids.c
|
||||||
lsasrv.rc
|
lsasrv.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/lsasrv_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/lsasrv.def)
|
${CMAKE_CURRENT_BINARY_DIR}/lsasrv.def)
|
||||||
|
|
||||||
add_library(lsasrv SHARED ${SOURCE})
|
add_library(lsasrv SHARED ${SOURCE})
|
||||||
|
|
|
@ -14,6 +14,7 @@ list(APPEND SOURCE
|
||||||
util.c
|
util.c
|
||||||
stubs.c
|
stubs.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mapi32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mapi32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mapi32.def)
|
||||||
|
|
||||||
add_library(mapi32 SHARED ${SOURCE})
|
add_library(mapi32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -11,6 +11,7 @@ spec2def(mlang.dll mlang.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
mlang.c
|
mlang.c
|
||||||
regsvr.c
|
regsvr.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mlang_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mlang.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mlang.def)
|
||||||
|
|
||||||
add_library(mlang SHARED ${SOURCE})
|
add_library(mlang SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(modemui.dll modemui.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
modemui.c
|
modemui.c
|
||||||
modemui.rc
|
modemui.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/modemui_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/modemui.def)
|
${CMAKE_CURRENT_BINARY_DIR}/modemui.def)
|
||||||
|
|
||||||
add_library(modemui SHARED ${SOURCE})
|
add_library(modemui SHARED ${SOURCE})
|
||||||
|
|
|
@ -17,6 +17,7 @@ list(APPEND SOURCE
|
||||||
pwcache.c
|
pwcache.c
|
||||||
wnet.c
|
wnet.c
|
||||||
mpr.rc
|
mpr.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mpr_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mpr.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mpr.def)
|
||||||
|
|
||||||
add_library(mpr SHARED ${SOURCE})
|
add_library(mpr SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(mprapi.dll mprapi.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
mprapi.c
|
mprapi.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mprapi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mprapi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mprapi.def)
|
||||||
|
|
||||||
add_library(mprapi SHARED ${SOURCE})
|
add_library(mprapi SHARED ${SOURCE})
|
||||||
|
|
|
@ -16,6 +16,7 @@ list(APPEND SOURCE
|
||||||
msacm32_main.c
|
msacm32_main.c
|
||||||
pcmconverter.c
|
pcmconverter.c
|
||||||
stream.c
|
stream.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msacm32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msacm32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msacm32.def)
|
||||||
|
|
||||||
add_library(msacm32 SHARED ${SOURCE})
|
add_library(msacm32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -14,6 +14,7 @@ list(APPEND SOURCE
|
||||||
stub.c
|
stub.c
|
||||||
transform.c
|
transform.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mscms_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mscms.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mscms.def)
|
||||||
|
|
||||||
add_library(mscms SHARED ${SOURCE})
|
add_library(mscms SHARED ${SOURCE})
|
||||||
|
|
|
@ -7,6 +7,7 @@ spec2def(mscoree.dll mscoree.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
corruntimehost.c
|
corruntimehost.c
|
||||||
mscoree_main.c
|
mscoree_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mscoree_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mscoree.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mscoree.def)
|
||||||
|
|
||||||
add_library(mscoree SHARED ${SOURCE})
|
add_library(mscoree SHARED ${SOURCE})
|
||||||
|
|
|
@ -25,6 +25,7 @@ list(APPEND SOURCE
|
||||||
regsvr.c
|
regsvr.c
|
||||||
threadmgr.c
|
threadmgr.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msctf_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msctf.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msctf.def)
|
||||||
|
|
||||||
add_library(msctf SHARED ${SOURCE})
|
add_library(msctf SHARED ${SOURCE})
|
||||||
|
|
|
@ -9,6 +9,7 @@ spec2def(msftedit.dll msftedit.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
msftedit_main.c
|
msftedit_main.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msftedit_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msftedit.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msftedit.def)
|
||||||
|
|
||||||
add_library(msftedit SHARED ${SOURCE})
|
add_library(msftedit SHARED ${SOURCE})
|
||||||
|
|
|
@ -13,6 +13,7 @@ list(APPEND SOURCE
|
||||||
stubs.c
|
stubs.c
|
||||||
tui.c
|
tui.c
|
||||||
msgina.rc
|
msgina.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msgina_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msgina.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msgina.def)
|
||||||
|
|
||||||
add_library(msgina SHARED ${SOURCE})
|
add_library(msgina SHARED ${SOURCE})
|
||||||
|
|
|
@ -78,6 +78,7 @@ list(APPEND SOURCE
|
||||||
txtrange.c
|
txtrange.c
|
||||||
view.c
|
view.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mshtml_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mshtml.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mshtml.def)
|
||||||
|
|
||||||
add_library(mshtml SHARED ${SOURCE})
|
add_library(mshtml SHARED ${SOURCE})
|
||||||
|
|
|
@ -56,6 +56,7 @@ list(APPEND SOURCE
|
||||||
where.c
|
where.c
|
||||||
msi.rc
|
msi.rc
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msiserver_i.c
|
${CMAKE_CURRENT_BINARY_DIR}/msiserver_i.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msi.def)
|
||||||
|
|
||||||
add_library(msi SHARED ${SOURCE})
|
add_library(msi SHARED ${SOURCE})
|
||||||
|
|
|
@ -10,6 +10,7 @@ list(APPEND SOURCE
|
||||||
activeimmapp.c
|
activeimmapp.c
|
||||||
main.c
|
main.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msimtf_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msimtf.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msimtf.def)
|
||||||
|
|
||||||
add_library(msimtf SHARED ${SOURCE})
|
add_library(msimtf SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(msisip.dll msisip.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msisip_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msisip.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msisip.def)
|
||||||
|
|
||||||
add_library(msisip SHARED ${SOURCE})
|
add_library(msisip SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(mssign32.dll mssign32.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
mssign32_main.c
|
mssign32_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mssign32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mssign32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mssign32.def)
|
||||||
|
|
||||||
add_library(mssign32 SHARED ${SOURCE})
|
add_library(mssign32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(mssip32.dll mssip32.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mssip32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mssip32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mssip32.def)
|
||||||
|
|
||||||
add_library(mssip32 SHARED ${SOURCE})
|
add_library(mssip32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -21,6 +21,7 @@ list(APPEND SOURCE
|
||||||
task_trigger.c
|
task_trigger.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mstask_local_i.c
|
${CMAKE_CURRENT_BINARY_DIR}/mstask_local_i.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/mstask_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/mstask.def)
|
${CMAKE_CURRENT_BINARY_DIR}/mstask.def)
|
||||||
|
|
||||||
add_library(mstask SHARED ${SOURCE})
|
add_library(mstask SHARED ${SOURCE})
|
||||||
|
|
|
@ -12,6 +12,7 @@ list(APPEND SOURCE
|
||||||
msvideo_main.c
|
msvideo_main.c
|
||||||
drawdib.c
|
drawdib.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msvfw32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msvfw32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msvfw32.def)
|
||||||
|
|
||||||
add_library(msvfw32 SHARED ${SOURCE})
|
add_library(msvfw32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -49,6 +49,7 @@ list(APPEND SOURCE
|
||||||
domimpl.c
|
domimpl.c
|
||||||
entityref.c
|
entityref.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msxml3_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msxml3.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msxml3.def)
|
||||||
|
|
||||||
add_library(msxml3 SHARED ${SOURCE})
|
add_library(msxml3 SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(nddeapi.dll nddeapi.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
nddeapi.c
|
nddeapi.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/nddeapi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/nddeapi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/nddeapi.def)
|
||||||
|
|
||||||
add_library(nddeapi SHARED ${SOURCE})
|
add_library(nddeapi SHARED ${SOURCE})
|
||||||
|
|
|
@ -17,6 +17,7 @@ list(APPEND SOURCE
|
||||||
netbios.c
|
netbios.c
|
||||||
share.c
|
share.c
|
||||||
wksta.c
|
wksta.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/netapi32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/netapi32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/netapi32.def)
|
||||||
|
|
||||||
add_library(netapi32 SHARED ${SOURCE})
|
add_library(netapi32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -11,6 +11,7 @@ list(APPEND SOURCE
|
||||||
inetcfgcomp_iface.c
|
inetcfgcomp_iface.c
|
||||||
tcpipconf_notify.c
|
tcpipconf_notify.c
|
||||||
netcfgx.rc
|
netcfgx.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/netcfgx_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/netcfgx.def)
|
${CMAKE_CURRENT_BINARY_DIR}/netcfgx.def)
|
||||||
|
|
||||||
add_library(netcfgx SHARED ${SOURCE})
|
add_library(netcfgx SHARED ${SOURCE})
|
||||||
|
|
|
@ -14,6 +14,7 @@ list(APPEND SOURCE
|
||||||
connectmanager.c
|
connectmanager.c
|
||||||
lanconnectui.c
|
lanconnectui.c
|
||||||
lanstatusui.c
|
lanstatusui.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/netshell_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/netshell.def)
|
${CMAKE_CURRENT_BINARY_DIR}/netshell.def)
|
||||||
|
|
||||||
add_library(netshell SHARED
|
add_library(netshell SHARED
|
||||||
|
|
|
@ -8,6 +8,7 @@ list(APPEND SOURCE
|
||||||
stubs.c
|
stubs.c
|
||||||
wizard.c
|
wizard.c
|
||||||
newdev.rc
|
newdev.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/newdev_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/newdev.def)
|
${CMAKE_CURRENT_BINARY_DIR}/newdev.def)
|
||||||
|
|
||||||
add_library(newdev SHARED ${SOURCE})
|
add_library(newdev SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(ntdsapi.dll ntdsapi.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
ntdsapi.c
|
ntdsapi.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/ntdsapi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/ntdsapi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/ntdsapi.def)
|
||||||
|
|
||||||
add_library(ntdsapi SHARED ${SOURCE})
|
add_library(ntdsapi SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(ntlanman.dll ntlanman.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
ntlanman.c
|
ntlanman.c
|
||||||
ntlanman.rc
|
ntlanman.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/ntlanman_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/ntlanman.def)
|
${CMAKE_CURRENT_BINARY_DIR}/ntlanman.def)
|
||||||
|
|
||||||
add_library(ntlanman SHARED ${SOURCE})
|
add_library(ntlanman SHARED ${SOURCE})
|
||||||
|
|
|
@ -7,6 +7,7 @@ spec2def(ntprint.dll ntprint.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
ntprint.c
|
ntprint.c
|
||||||
ntprint.rc
|
ntprint.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/ntprint_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/ntprint.def)
|
${CMAKE_CURRENT_BINARY_DIR}/ntprint.def)
|
||||||
|
|
||||||
add_library(ntprint SHARED ${SOURCE})
|
add_library(ntprint SHARED ${SOURCE})
|
||||||
|
|
|
@ -8,6 +8,7 @@ spec2def(odbc32.dll odbc32.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
proxyodbc.c
|
proxyodbc.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/odbc32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/odbc32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/odbc32.def)
|
||||||
|
|
||||||
add_library(odbc32 SHARED ${SOURCE})
|
add_library(odbc32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -9,6 +9,7 @@ spec2def(odbccp32.dll odbccp32.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
odbccp32.c
|
odbccp32.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/odbccp32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/odbccp32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/odbccp32.def)
|
||||||
|
|
||||||
add_library(odbccp32 SHARED ${SOURCE})
|
add_library(odbccp32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -63,6 +63,7 @@ list(APPEND SOURCE
|
||||||
usrmarshal.c
|
usrmarshal.c
|
||||||
ole32res.rc
|
ole32res.rc
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/dcom_i.c
|
${CMAKE_CURRENT_BINARY_DIR}/dcom_i.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/ole32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/ole32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/ole32.def)
|
||||||
|
|
||||||
add_library(ole32 SHARED ${SOURCE})
|
add_library(ole32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -8,6 +8,7 @@ spec2def(oleacc.dll oleacc.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
oleacc.rc
|
oleacc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/oleacc_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/oleacc.def)
|
${CMAKE_CURRENT_BINARY_DIR}/oleacc.def)
|
||||||
|
|
||||||
add_library(oleacc SHARED ${SOURCE})
|
add_library(oleacc SHARED ${SOURCE})
|
||||||
|
|
|
@ -19,6 +19,7 @@ list(APPEND SOURCE
|
||||||
variant.c
|
variant.c
|
||||||
vartype.c
|
vartype.c
|
||||||
oleaut32.rc
|
oleaut32.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/oleaut32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/oleaut32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/oleaut32.def)
|
||||||
|
|
||||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||||
|
|
|
@ -7,6 +7,7 @@ spec2def(olecli32.dll olecli32.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
olecli_main.c
|
olecli_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/olecli32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/olecli32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/olecli32.def)
|
||||||
|
|
||||||
add_library(olecli32 SHARED ${SOURCE})
|
add_library(olecli32 SHARED ${SOURCE})
|
||||||
|
@ -16,4 +17,4 @@ target_link_libraries(olecli32 wine)
|
||||||
|
|
||||||
add_importlibs(olecli32 ole32 gdi32 kernel32 ntdll)
|
add_importlibs(olecli32 ole32 gdi32 kernel32 ntdll)
|
||||||
add_dependencies(olecli32 psdk buildno_header)
|
add_dependencies(olecli32 psdk buildno_header)
|
||||||
add_cab_target(olecli32 1)
|
add_cab_target(olecli32 1)
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(olesvr32.dll olesvr32.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
olesvr_main.c
|
olesvr_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/olesvr32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/olesvr32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/olesvr32.def)
|
||||||
|
|
||||||
add_library(olesvr32 SHARED ${SOURCE})
|
add_library(olesvr32 SHARED ${SOURCE})
|
||||||
|
@ -18,4 +19,4 @@ target_link_libraries(olesvr32
|
||||||
|
|
||||||
add_importlibs(olesvr32 kernel32 ntdll)
|
add_importlibs(olesvr32 kernel32 ntdll)
|
||||||
add_dependencies(olesvr32 psdk buildno_header)
|
add_dependencies(olesvr32 psdk buildno_header)
|
||||||
add_cab_target(olesvr32 1)
|
add_cab_target(olesvr32 1)
|
||||||
|
|
|
@ -8,6 +8,7 @@ spec2def(olethk32.dll olethk32.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/olethk32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/olethk32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/olethk32.def)
|
||||||
|
|
||||||
add_library(olethk32 SHARED ${SOURCE})
|
add_library(olethk32 SHARED ${SOURCE})
|
||||||
|
|
|
@ -10,6 +10,7 @@ list(APPEND SOURCE
|
||||||
gl.c
|
gl.c
|
||||||
opengl32.c
|
opengl32.c
|
||||||
wgl.c
|
wgl.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/opengl32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/opengl32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/opengl32.def)
|
||||||
|
|
||||||
add_library(opengl32 SHARED
|
add_library(opengl32 SHARED
|
||||||
|
|
|
@ -10,6 +10,7 @@ spec2def(pdh.dll pdh.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
pdh_main.c
|
pdh_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/pdh_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/pdh.def)
|
${CMAKE_CURRENT_BINARY_DIR}/pdh.def)
|
||||||
|
|
||||||
add_library(pdh SHARED ${SOURCE})
|
add_library(pdh SHARED ${SOURCE})
|
||||||
|
@ -20,4 +21,4 @@ target_link_libraries(pdh wine)
|
||||||
add_importlibs(pdh kernel32 ntdll)
|
add_importlibs(pdh kernel32 ntdll)
|
||||||
add_importlib_target(pdh.spec)
|
add_importlib_target(pdh.spec)
|
||||||
|
|
||||||
add_cab_target(pdh 1)
|
add_cab_target(pdh 1)
|
||||||
|
|
|
@ -8,6 +8,7 @@ spec2def(pidgen.dll pidgen.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/pidgen_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/pidgen.def)
|
${CMAKE_CURRENT_BINARY_DIR}/pidgen.def)
|
||||||
|
|
||||||
add_library(pidgen SHARED ${SOURCE})
|
add_library(pidgen SHARED ${SOURCE})
|
||||||
|
|
|
@ -8,6 +8,7 @@ spec2def(printui.dll printui.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
printui.c
|
printui.c
|
||||||
printui.rc
|
printui.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/printui_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/printui.def)
|
${CMAKE_CURRENT_BINARY_DIR}/printui.def)
|
||||||
|
|
||||||
add_library(printui SHARED ${SOURCE})
|
add_library(printui SHARED ${SOURCE})
|
||||||
|
@ -17,4 +18,4 @@ target_link_libraries(printui wine)
|
||||||
|
|
||||||
add_importlibs(printui shell32 kernel32 ntdll)
|
add_importlibs(printui shell32 kernel32 ntdll)
|
||||||
add_dependencies(printui psdk buildno_header)
|
add_dependencies(printui psdk buildno_header)
|
||||||
add_cab_target(printui 1)
|
add_cab_target(printui 1)
|
||||||
|
|
|
@ -10,6 +10,7 @@ spec2def(pstorec.dll pstorec.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
pstorec.c
|
pstorec.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/pstorec_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/pstorec.def)
|
${CMAKE_CURRENT_BINARY_DIR}/pstorec.def)
|
||||||
|
|
||||||
add_library(pstorec SHARED ${SOURCE})
|
add_library(pstorec SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(query.dll query.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
query_main.c
|
query_main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/query_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/query.def)
|
${CMAKE_CURRENT_BINARY_DIR}/query.def)
|
||||||
|
|
||||||
add_library(query SHARED ${SOURCE})
|
add_library(query SHARED ${SOURCE})
|
||||||
|
|
|
@ -7,6 +7,7 @@ list(APPEND SOURCE
|
||||||
autodial.c
|
autodial.c
|
||||||
init.c
|
init.c
|
||||||
winsock.c
|
winsock.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/rasadhlp_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/rasadhlp.def)
|
${CMAKE_CURRENT_BINARY_DIR}/rasadhlp.def)
|
||||||
|
|
||||||
add_library(rasadhlp SHARED ${SOURCE})
|
add_library(rasadhlp SHARED ${SOURCE})
|
||||||
|
|
|
@ -7,6 +7,7 @@ spec2def(rasapi32.dll rasapi32.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
rasapi.c
|
rasapi.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/rasapi32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/rasapi32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/rasapi32.def)
|
||||||
|
|
||||||
add_library(rasapi32 SHARED ${SOURCE})
|
add_library(rasapi32 SHARED ${SOURCE})
|
||||||
|
@ -16,4 +17,4 @@ target_link_libraries(rasapi32 wine)
|
||||||
|
|
||||||
add_importlibs(rasapi32 kernel32 ntdll)
|
add_importlibs(rasapi32 kernel32 ntdll)
|
||||||
add_dependencies(rasapi32 psdk buildno_header)
|
add_dependencies(rasapi32 psdk buildno_header)
|
||||||
add_cab_target(rasapi32 1)
|
add_cab_target(rasapi32 1)
|
||||||
|
|
|
@ -4,6 +4,7 @@ spec2def(rasdlg.dll rasdlg.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
rasdlg.c
|
rasdlg.c
|
||||||
rasdlg.rc
|
rasdlg.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/rasdlg_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/rasdlg.def)
|
${CMAKE_CURRENT_BINARY_DIR}/rasdlg.def)
|
||||||
|
|
||||||
add_library(rasdlg SHARED ${SOURCE})
|
add_library(rasdlg SHARED ${SOURCE})
|
||||||
|
|
|
@ -4,6 +4,7 @@ spec2def(rasman.dll rasman.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
rasman.c
|
rasman.c
|
||||||
rasman.rc
|
rasman.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/rasman_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/rasman.def)
|
${CMAKE_CURRENT_BINARY_DIR}/rasman.def)
|
||||||
|
|
||||||
add_library(rasman SHARED ${SOURCE})
|
add_library(rasman SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(resutils.dll resutils.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
resutils.c
|
resutils.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/resutils_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/resutils.def)
|
${CMAKE_CURRENT_BINARY_DIR}/resutils.def)
|
||||||
|
|
||||||
add_library(resutils SHARED ${SOURCE})
|
add_library(resutils SHARED ${SOURCE})
|
||||||
|
|
|
@ -20,6 +20,7 @@ list(APPEND SOURCE
|
||||||
rpc_server.c
|
rpc_server.c
|
||||||
rpc_transport.c
|
rpc_transport.c
|
||||||
unix_func.c
|
unix_func.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/rpcrt4_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/rpcrt4.def)
|
${CMAKE_CURRENT_BINARY_DIR}/rpcrt4.def)
|
||||||
|
|
||||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
||||||
|
|
|
@ -9,6 +9,7 @@ list(APPEND SOURCE
|
||||||
dllmain.c
|
dllmain.c
|
||||||
samlib.c
|
samlib.c
|
||||||
samlib.rc
|
samlib.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/samlib_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/samlib.def)
|
${CMAKE_CURRENT_BINARY_DIR}/samlib.def)
|
||||||
|
|
||||||
add_library(samlib SHARED ${SOURCE})
|
add_library(samlib SHARED ${SOURCE})
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(sccbase.dll sccbase.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
main.c
|
main.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/sccbase_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/sccbase.def)
|
${CMAKE_CURRENT_BINARY_DIR}/sccbase.def)
|
||||||
|
|
||||||
add_library(sccbase SHARED ${SOURCE})
|
add_library(sccbase SHARED ${SOURCE})
|
||||||
|
|
|
@ -9,6 +9,7 @@ list(APPEND SOURCE
|
||||||
schannel_main.c
|
schannel_main.c
|
||||||
usermode.c
|
usermode.c
|
||||||
version.rc
|
version.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/schannel_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/schannel.def)
|
${CMAKE_CURRENT_BINARY_DIR}/schannel.def)
|
||||||
|
|
||||||
add_library(schannel SHARED ${SOURCE})
|
add_library(schannel SHARED ${SOURCE})
|
||||||
|
|
|
@ -9,6 +9,7 @@ list(APPEND SOURCE
|
||||||
secext.c
|
secext.c
|
||||||
sspi.c
|
sspi.c
|
||||||
secur32.rc
|
secur32.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/secur32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/secur32.def
|
${CMAKE_CURRENT_BINARY_DIR}/secur32.def
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ spec2def(security.dll security.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
security.rc
|
security.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/security_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/security.def)
|
${CMAKE_CURRENT_BINARY_DIR}/security.def)
|
||||||
|
|
||||||
add_library(security SHARED ${SOURCE})
|
add_library(security SHARED ${SOURCE})
|
||||||
|
@ -13,4 +14,4 @@ set_entrypoint(security 0)
|
||||||
|
|
||||||
add_importlibs(security advapi32 ntdll kernel32)
|
add_importlibs(security advapi32 ntdll kernel32)
|
||||||
|
|
||||||
add_cab_target(security 1)
|
add_cab_target(security 1)
|
||||||
|
|
|
@ -33,6 +33,7 @@ list(APPEND SOURCE
|
||||||
stubs.c
|
stubs.c
|
||||||
rpc.c
|
rpc.c
|
||||||
setupapi.rc
|
setupapi.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/setupapi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/setupapi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/setupapi.def)
|
||||||
|
|
||||||
add_library(setupapi SHARED ${SOURCE})
|
add_library(setupapi SHARED ${SOURCE})
|
||||||
|
|
|
@ -3,6 +3,7 @@ spec2def(sfc.dll sfc.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
sfc.c
|
sfc.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/sfc_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/sfc.def)
|
${CMAKE_CURRENT_BINARY_DIR}/sfc.def)
|
||||||
|
|
||||||
add_library(sfc SHARED
|
add_library(sfc SHARED
|
||||||
|
|
|
@ -3,6 +3,7 @@ spec2def(sfc_os.dll sfc_os.spec)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
sfc_os.c
|
sfc_os.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/sfc_os_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/sfc_os.def)
|
${CMAKE_CURRENT_BINARY_DIR}/sfc_os.def)
|
||||||
|
|
||||||
add_library(sfc_os SHARED
|
add_library(sfc_os SHARED
|
||||||
|
|
|
@ -27,6 +27,7 @@ list(APPEND SOURCE
|
||||||
view.c
|
view.c
|
||||||
webbrowser.c
|
webbrowser.c
|
||||||
shdocvw.rc
|
shdocvw.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/shdocvw_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/shdocvw.def)
|
${CMAKE_CURRENT_BINARY_DIR}/shdocvw.def)
|
||||||
|
|
||||||
add_library(shdocvw SHARED ${SOURCE})
|
add_library(shdocvw SHARED ${SOURCE})
|
||||||
|
|
|
@ -72,6 +72,7 @@ list(APPEND SOURCE
|
||||||
folder_options.c
|
folder_options.c
|
||||||
shell32.rc
|
shell32.rc
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/shobjidl_local_i.c
|
${CMAKE_CURRENT_BINARY_DIR}/shobjidl_local_i.c
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/shell32_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/shell32.def)
|
${CMAKE_CURRENT_BINARY_DIR}/shell32.def)
|
||||||
|
|
||||||
add_pch(shell32 ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
add_pch(shell32 ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||||
|
@ -84,7 +85,7 @@ target_link_libraries(shell32
|
||||||
wine
|
wine
|
||||||
uuid
|
uuid
|
||||||
recyclebin)
|
recyclebin)
|
||||||
|
|
||||||
add_importlibs(shell32
|
add_importlibs(shell32
|
||||||
advapi32
|
advapi32
|
||||||
gdi32
|
gdi32
|
||||||
|
|
|
@ -4,6 +4,7 @@ spec2def(shimgvw.dll shimgvw.spec)
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
shimgvw.c
|
shimgvw.c
|
||||||
shimgvw.rc
|
shimgvw.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/shimgvw_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/shimgvw.def)
|
${CMAKE_CURRENT_BINARY_DIR}/shimgvw.def)
|
||||||
|
|
||||||
add_library(shimgvw SHARED ${SOURCE})
|
add_library(shimgvw SHARED ${SOURCE})
|
||||||
|
|
|
@ -23,6 +23,7 @@ list(APPEND SOURCE
|
||||||
url.c
|
url.c
|
||||||
wsprintf.c
|
wsprintf.c
|
||||||
shlwapi.rc
|
shlwapi.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/shlwapi_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/shlwapi.def)
|
${CMAKE_CURRENT_BINARY_DIR}/shlwapi.def)
|
||||||
|
|
||||||
add_library(shlwapi SHARED ${SOURCE})
|
add_library(shlwapi SHARED ${SOURCE})
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue