Author: akhaldi
Date: Mon Oct  6 18:42:46 2014
New Revision: 64573

URL: http://svn.reactos.org/svn/reactos?rev=64573&view=rev
Log:
[PSDK]
* Update wincrypt.h.
CORE-8540

Modified:
    trunk/reactos/include/psdk/wincrypt.h

Modified: trunk/reactos/include/psdk/wincrypt.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wincrypt.h?rev=64573&r1=64572&r2=64573&view=diff
==============================================================================
--- trunk/reactos/include/psdk/wincrypt.h       [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/wincrypt.h       [iso-8859-1] Mon Oct  6 
18:42:46 2014
@@ -1958,6 +1958,22 @@
        'C','r','y','p','t','o','g','r','a','p','h','i','c',' 
','P','r','o','v','i','d','e','r',0 };
 #endif
 #define MS_ENH_RSA_AES_PROV                            
WINELIB_NAME_AW(MS_ENH_RSA_AES_PROV_)
+
+#define MS_ENH_RSA_AES_PROV_XP_A    "Microsoft Enhanced RSA and AES 
Cryptographic Provider (Prototype)"
+#if defined(__GNUC__)
+# define MS_ENH_RSA_AES_PROV_XP_W (const WCHAR []){ 
'M','i','c','r','o','s','o','f','t',' ', \
+        'E','n','h','a','n','c','e','d',' ','R','S','A',' ','a','n','d',' 
','A','E','S',' ',\
+        'C','r','y','p','t','o','g','r','a','p','h','i','c',' 
','P','r','o','v','i','d','e','r',' ',\
+        '(','P','r','o','t','o','t','y','p','e',')',0 }
+#elif defined(_MSC_VER)
+# define MS_ENH_RSA_AES_PROV_XP_W   L"Microsoft Enhanced RSA and AES 
Cryptographic Provider (Prototype)"
+#else
+static const WCHAR MS_ENH_RSA_AES_PROV_XP_W[] = { 
'M','i','c','r','o','s','o','f','t',' ',
+        'E','n','h','a','n','c','e','d',' ','R','S','A',' ','a','n','d',' 
','A','E','S',' ',
+        'C','r','y','p','t','o','g','r','a','p','h','i','c',' 
','P','r','o','v','i','d','e','r',' ',
+        '(','P','r','o','t','o','t','y','p','e',')',0 };
+#endif
+#define MS_ENH_RSA_AES_PROV_XP                   
WINELIB_NAME_AW(MS_ENH_RSA_AES_PROV_XP_)
 
 /* Key Specs*/
 #define AT_KEYEXCHANGE          1


Reply via email to