We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 520636c + 3d6f203 commit e851856Copy full SHA for e851856
include/swift/Threading/Impl/Win32/Win32Defs.h
@@ -47,8 +47,7 @@ typedef struct _RTL_CONDITION_VARIABLE *PRTL_CONDITION_VARIABLE;
47
typedef PRTL_CONDITION_VARIABLE PCONDITION_VARIABLE;
48
49
// These have to be #defines, to avoid problems with <windows.h>
50
-#define RTL_SRWLOCK_INIT \
51
- { 0 }
+#define RTL_SRWLOCK_INIT {0}
52
#define SRWLOCK_INIT RTL_SRWLOCK_INIT
53
#define FLS_OUT_OF_INDEXES ((DWORD)0xFFFFFFFF)
54
0 commit comments