[SCHANNEL] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / schannel / precomp.h
index 7c18e61..e2de158 100644 (file)
@@ -1,3 +1,4 @@
+
 #ifndef _SCHANNEL_PCH_
 #define _SCHANNEL_PCH_
 
 #include <sspi.h>
 #include <ntsecapi.h>
 #include <ntsecpkg.h>
-
 #include <schannel.h>
 
-#include <wine/list.h>
-#include "schannel_priv.h"
-
 #include <wine/debug.h>
+#include <wine/list.h>
 #include <wine/unicode.h>
 
-WINE_DEFAULT_DEBUG_CHANNEL(schannel);
+#include "schannel_priv.h"
 
-#endif /* _SCHANNEL_PCH_ */
+#endif /* !_SCHANNEL_PCH_ */