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.
1 parent d9be150 commit 62e2814Copy full SHA for 62e2814
src/shims/generic_win_stubs.c
@@ -0,0 +1,24 @@
1
+#include "internal.h"
2
+
3
+/*
4
+ * This file contains stubbed out functions we are using during
5
+ * the initial Windows port. When the port is complete, this file
6
+ * should be empty (and thus removed).
7
+ */
8
9
+void
10
+_dispatch_runloop_queue_dispose(dispatch_queue_t dq DISPATCH_UNUSED,
11
+ bool *allow_free DISPATCH_UNUSED)
12
+{
13
+ WIN_PORT_ERROR();
14
+}
15
16
17
+_dispatch_runloop_queue_xref_dispose(dispatch_queue_t dq DISPATCH_UNUSED)
18
19
20
21
22
23
+ * Stubbed out static data
24
src/unifdef.OwoD5A renamed to src/unifdef.yjQ8tQ
0 commit comments