crypt32: Use the HRESULT synonyms for converted Win32 error codes.
diff --git a/dlls/crypt32/oid.c b/dlls/crypt32/oid.c
index 1555bb2..228bacf 100644
--- a/dlls/crypt32/oid.c
+++ b/dlls/crypt32/oid.c
@@ -453,7 +453,7 @@
      */
     if (!pszFuncName || !pszOID)
     {
-        SetLastError(HRESULT_FROM_WIN32(ERROR_INVALID_PARAMETER));
+        SetLastError(E_INVALIDARG);
         return FALSE;
     }