Module: wine
Branch: master
Commit: 9592a8886081375e44615370379e5fa9282272a9
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=9592a8886081375e4461537…
Author: Paul Vriens <Paul.Vriens(a)xs4all.nl>
Date: Thu Sep 7 15:07:40 2006 +0200
crypt32: Add some documentation.
---
dlls/crypt32/oid.c | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/dlls/crypt32/oid.c b/dlls/crypt32/oid.c
index a993478..c88d85f 100644
--- a/dlls/crypt32/oid.c
+++ b/dlls/crypt32/oid.c
@@ -413,6 +413,26 @@ BOOL WINAPI CryptGetDefaultOIDFunctionAd
return FALSE;
}
+/***********************************************************************
+ * CryptRegisterOIDFunction (CRYPT32.@)
+ *
+ * Register the DLL and the functions it uses to cover the combination
+ * of encoding type, functionname and OID.
+ *
+ * PARAMS
+ * dwEncodingType [I] Encoding type to be used.
+ * pszFuncName [I] Name of the function to be registered.
+ * pszOID [I] OID of the function (numeric or string).
+ * pwszDll [I] The DLL that is to be registered.
+ * pszOverrideFuncName [I] Name of the function in the DLL.
+ *
+ * RETURNS
+ * Success: TRUE.
+ * Failure: FALSE. (Look at GetLastError()).
+ *
+ * NOTES
+ * Registry errors are always reported via SetLastError().
+ */
BOOL WINAPI CryptRegisterOIDFunction(DWORD dwEncodingType, LPCSTR pszFuncName,
LPCSTR pszOID, LPCWSTR pwszDll, LPCSTR pszOverrideFuncName)
{
Module: wine
Branch: master
Commit: 2ff880edc14dd06715f8476ce73d5c987479bb01
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2ff880edc14dd06715f8476…
Author: Detlef Riekenberg <wine.dev(a)web.de>
Date: Wed Sep 6 13:37:03 2006 +0200
configure.ac: Display a hint when CAPI is not supported.
---
configure | 9 +++++++++
configure.ac | 8 ++++++++
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 665f614..ad74f15 100755
--- a/configure
+++ b/configure
@@ -25645,6 +25645,15 @@ fi
if test "$verbose" = "yes"
then
+ if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
+ then
+ echo >&2
+ { echo "$as_me:$LINENO: libcapi20 development files not found." >&5
+echo "$as_me: libcapi20 development files not found." >&6;}
+ { echo "$as_me:$LINENO: Wine will be built without ISDN support. (capi2032.dll)" >&5
+echo "$as_me: Wine will be built without ISDN support. (capi2032.dll)" >&6;}
+ fi
+
if test "$ac_cv_header_cups_cups_h" != "yes"
then
echo >&2
diff --git a/configure.ac b/configure.ac
index c9a1854..cc31098 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1806,6 +1806,14 @@ dnl **** Display messages about addition
if test "$verbose" = "yes"
then
+ dnl **** libcapi20-dev devel package ***
+ if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
+ then
+ echo >&2
+ AC_MSG_NOTICE([libcapi20 development files not found.])
+ AC_MSG_NOTICE([Wine will be built without ISDN support. (capi2032.dll)])
+ fi
+
dnl **** libcupsys-dev devel package ***
if test "$ac_cv_header_cups_cups_h" != "yes"
then
ChangeSet ID: 27869
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)winehq.org 2006/09/07 17:21:33
Modified files:
templates/en : status_todo.template
Log message:
Robert Shearman <rob(a)codeweavers.com>
Update the status todo list for rpcrt4 and ole.
Patch: http://cvs.winehq.org/patch.py?id=27869
Old revision New revision Changes Path
1.18 1.19 +8 -15 lostwages/templates/en/status_todo.template
Index: lostwages/templates/en/status_todo.template
diff -u -p lostwages/templates/en/status_todo.template:1.18 lostwages/templates/en/status_todo.template:1.19
--- lostwages/templates/en/status_todo.template:1.18 7 Sep 2006 22:21:33 -0000
+++ lostwages/templates/en/status_todo.template 7 Sep 2006 22:21:33 -0000
@@ -129,6 +129,7 @@ Regedit]
<ul>
<li>Implement security APIs and make them use native OS security facilities.</li>
+<li>Implement the undocumented "NT Ports" API (aka "LPC") used by NT's rpcrt4</li>
</ul>
<h3><a name="KERNEL32"></a>Kernel32<br></h3>
@@ -167,16 +168,12 @@ Regedit]
<h3><a name="rpcrt4"></a>RPCRT4<br></h3>
-<pre>
- * Implement the undocumented "NT Ports" API (aka "LPC") used by native NT
- * Fill out the matrix of per-type /Oi marshalling API's.
- * Some real RPC tests,although there are some tests of some peripheral rpcrt4 API's -- no actual RPC's are tested.
- * Implement /Oicf "stubless" marshalling
- * Implement full stub/proxy support for widl
- * Get Wine's DCOM to use Wine's RPC as appropriate.
- * Fix the wire protocol
- - Implement the OXID resolver and other ORPC peccadilloes
-</pre>
+<ul>
+<li>Fill out the matrix of per-type /Oi marshalling API's.</li>
+<li>Some real RPC tests,although there are some tests of some peripheral rpcrt4 API's -- no actual RPC's are tested.</li>
+<li>Implement full stub/proxy support for widl</li>
+<li>Implement the OXID resolver and other ORPC peccadilloes</li>
+</ul>
<h3><a name="DOS"></a>DOS<br></h3>
@@ -199,13 +196,9 @@ Regedit]
<h3><a name="OLE"></a>OLE<br></h3>
<ul>
-<li>Handle apartments properly in CoCreateInstance, etc.</li>
-<li>Type library handling (parsing them is not yet complete and saving them is not implemented at all)</li>
-<li>Implement ICreateTypeLib support</li>
-<li>Implement Var* (e.g. VarMod) and variant conversion routines</li>
+<li>Integrate ICreateTypeLib support with ITypeLib support</li>
<li>User defined types (e.g. IRecordInfo)</li>
<li>Custom marshalling functions for various data types</li>
-<li>Implement missing features in OLE*.</li>
</ul>
<h3><a name="DirectX"></a>DirectX<br></h3>