From f2c46acc545337816efdecf73737ed1924afaa75 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Fri, 18 Nov 2005 23:58:48 +0000 Subject: [PATCH] fix the build svn path=/trunk/; revision=19337 --- reactos/lib/crypt32/crypt32_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/lib/crypt32/crypt32_private.h b/reactos/lib/crypt32/crypt32_private.h index 3e7e86062a1..9b593533723 100644 --- a/reactos/lib/crypt32/crypt32_private.h +++ b/reactos/lib/crypt32/crypt32_private.h @@ -19,8 +19,6 @@ #ifndef __CRYPT32_PRIVATE_H__ #define __CRYPT32_PRIVATE_H__ -#define STATUS_ACCESS_VIOLATION 0xC0000005 - /* Returns a handle to the default crypto provider; loads it if necessary. * Returns NULL on failure. */