https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c2d08daae1c7e8a8e70d4c72d1ae423d042fdce6

commit c2d08daae1c7e8a8e70d4c72d1ae423d042fdce6
Author:     Amine Khaldi <[email protected]>
AuthorDate: Fri Mar 9 13:03:51 2018 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Fri Mar 9 13:03:51 2018 +0100

    [CRYPTNET_WINETEST] Sync with Wine Staging 3.3. CORE-14434
---
 modules/rostests/winetests/cryptnet/cryptnet.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/rostests/winetests/cryptnet/cryptnet.c 
b/modules/rostests/winetests/cryptnet/cryptnet.c
index a8ead636fa..8600fda645 100644
--- a/modules/rostests/winetests/cryptnet/cryptnet.c
+++ b/modules/rostests/winetests/cryptnet/cryptnet.c
@@ -17,14 +17,14 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
-//#include <stdarg.h>
+#include <stdarg.h>
 #include <stdio.h>
-#define NONAMELESSUNION
+
 #include <windef.h>
 #include <winbase.h>
-//#include <winerror.h>
+#include <winerror.h>
 #include <wincrypt.h>
-#include <wine/test.h>
+#include "wine/test.h"
 
 static const BYTE bigCert[] = {
 0x30,0x78,0x02,0x01,0x01,0x30,0x02,0x06,0x00,0x30,0x14,0x31,0x12,0x30,0x10,

Reply via email to