Hi Mohamad, just noticed something while giving this patch a look over:
> diff --git a/dlls/wdscore/wdscore.spec b/dlls/wdscore/wdscore.spec
> index 51e24d980fa..18de37d1ed7 100644
> --- a/dlls/wdscore/wdscore.spec
> +++ b/dlls/wdscore/wdscore.spec
> @@ -116,7 +116,7 @@
> @ stub WdsGetBlackboardValue
> @ stub WdsGetCurrentExecutionGroup
> @ stub WdsGetSetupLog
> -@ stub WdsTempDir
> +@ stub WdsGetTempDir
> @ stub WdsInitialize
> @ stub WdsInitializeCallbackArray
> @ stub WdsInitializeDataBinary
> @@ -139,7 +139,7 @@
> @ stub WdsPackCollection
> @ stub WdsPublish
> @ stub WdsPublishEx
> -@ stub WdsPublishImmediateAsynch
> +@ stub WdsPublishImmediateAsync
> @ stub WdsPublishImmediateEx
> @ stub WdsPublishOffline
> @ stub WdsSeqAlloc
The changes to 'WdsTempDir' and 'WdsPublishImmediateAsynch' seem
unrelated to this patch. If they should be changed, this should probably
be done in a separate patch.