summaryrefslogtreecommitdiffstats
path: root/src/windows/kfwlogon/kfwlogon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/kfwlogon/kfwlogon.h')
-rw-r--r--src/windows/kfwlogon/kfwlogon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/kfwlogon/kfwlogon.h b/src/windows/kfwlogon/kfwlogon.h
index 2f1a62b6ed..141b9c36ba 100644
--- a/src/windows/kfwlogon/kfwlogon.h
+++ b/src/windows/kfwlogon/kfwlogon.h
@@ -28,13 +28,13 @@ SOFTWARE.
#pragma once
/* _WIN32_WINNT must be 0x0501 or greater to pull in definition of
- * all required LSA data types when the Vista SDK NtSecAPI.h is used.
+ * all required LSA data types when the Vista SDK NtSecAPI.h is used.
*/
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
#else
#if _WIN32_WINNT < 0x0501
-#undef _WIN32_WINNT
+#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
#endif
#endif