Added a secur32.dll that loads other SSP DLLs and forwards calls to
them.

diff --git a/include/winerror.h b/include/winerror.h
index a60433b..0de4d89 100644
--- a/include/winerror.h
+++ b/include/winerror.h
@@ -1535,6 +1535,7 @@
 
 #define NOERROR                                            _HRESULT_TYPEDEF_(0L)
 #define S_OK                                               _HRESULT_TYPEDEF_(0L)
+#define SEC_E_OK                                           _HRESULT_TYPEDEF_(0L)
 #define S_FALSE                                            _HRESULT_TYPEDEF_(1L)
 
 #define E_PENDING                                          _HRESULT_TYPEDEF_(0x8000000AL)