comment out incorrect #defines Modified: trunk/reactos/w32api/include/winerror.h _____
Modified: trunk/reactos/w32api/include/winerror.h --- trunk/reactos/w32api/include/winerror.h 2005-11-02 13:49:14 UTC (rev 18947) +++ trunk/reactos/w32api/include/winerror.h 2005-11-02 14:08:16 UTC (rev 18948) @@ -416,11 +416,14 @@
#define ERROR_PKINIT_FAILURE 1263L #define ERROR_SMARTCARD_SUBSYSTEM_FAILURE 1264L #define ERROR_DOWNGRADE_DETECTED 1265L +/* wrong: */ +#if 0 #define SEC_E_SMARTCARD_CERT_REVOKED 1266L #define SEC_E_ISSUING_CA_UNTRUSTED 1267L #define SEC_E_REVOCATION_OFFLINE_C 1268L #define SEC_E_PKINIT_CLIENT_FAILUR 1269L #define SEC_E_SMARTCARD_CERT_EXPIRED 1270L +#endif #define ERROR_MACHINE_LOCKED 1271L #define ERROR_CALLBACK_SUPPLIED_INVALID_DATA 1273L #define ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED 1274L