[PATCH 0/1] MR10049: cldapi: Add stub dll.
From: Daniel Lehman <dlehman25@gmail.com> --- dlls/cldapi/Makefile.in | 1 + dlls/cldapi/cldapi.spec | 51 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 dlls/cldapi/Makefile.in create mode 100644 dlls/cldapi/cldapi.spec diff --git a/dlls/cldapi/Makefile.in b/dlls/cldapi/Makefile.in new file mode 100644 index 00000000000..c6e7c5be173 --- /dev/null +++ b/dlls/cldapi/Makefile.in @@ -0,0 +1 @@ +MODULE = cldapi.dll diff --git a/dlls/cldapi/cldapi.spec b/dlls/cldapi/cldapi.spec new file mode 100644 index 00000000000..a645b74988e --- /dev/null +++ b/dlls/cldapi/cldapi.spec @@ -0,0 +1,51 @@ +@ stub CfAbortOperation +@ stub CfCloseAppPolicy +@ stub CfCloseHandle +@ stub CfConnectSyncRoot +@ stub CfConvertToPlaceholder +@ stub CfCreatePlaceholders +@ stub CfDehydratePlaceholder +@ stub CfDehydratePlaceholderEx +@ stub CfDisconnectSyncRoot +@ stub CfEnumAppPolicy +@ stub CfExecute +@ stub CfGetCorrelationVector +@ stub CfGetLastSyncStatus +@ stub CfGetPlaceholderInfo +@ stub CfGetPlaceholderRangeInfo +@ stub CfGetPlaceholderRangeInfoForHydration +@ stub CfGetPlaceholderStateFromAttributeTag +@ stub CfGetPlaceholderStateFromFileInfo +@ stub CfGetPlaceholderStateFromFindData +@ stub CfGetPlatformInfo +@ stub CfGetSyncRootInfoByHandle +@ stub CfGetSyncRootInfoByPath +@ stub CfGetTransferKey +@ stub CfGetWin32HandleFromProtectedHandle +@ stub CfHydratePlaceholder +@ stub CfHydratePlaceholderWithAttributionPrivate +@ stub CfLockProperties +@ stub CfOpenAppPolicy +@ stub CfOpenFileWithOplock +@ stub CfOpenProgressEvent +@ stub CfQueryProgress +@ stub CfQuerySyncProviderStatus +@ stub CfReferenceProtectedHandle +@ stub CfRegisterSyncRoot +@ stub CfReleaseProtectedHandle +@ stub CfReleaseTransferKey +@ stub CfReportProviderProgress +@ stub CfReportProviderProgress2 +@ stub CfReportSyncStatus +@ stub CfRetrieveProperties +@ stub CfRevertPlaceholder +@ stub CfSetAppPolicy +@ stub CfSetCorrelationVector +@ stub CfSetInSyncState +@ stub CfSetPinState +@ stub CfStoreProperties +@ stub CfTestToggleSyncMsgThreadWaitEvent +@ stub CfUnlockProperties +@ stub CfUnregisterSyncRoot +@ stub CfUpdatePlaceholder +@ stub CfUpdateSyncProviderStatus -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10049
participants (2)
-
Daniel Lehman -
Daniel Lehman (@dlehman25)