Skip to content

Commit 62e2814

Browse files
ktopley-applerokhinip
authored andcommitted
Put back generic_win_stubs.c
1 parent d9be150 commit 62e2814

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

src/shims/generic_win_stubs.c

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
void
17+
_dispatch_runloop_queue_xref_dispose(dispatch_queue_t dq DISPATCH_UNUSED)
18+
{
19+
WIN_PORT_ERROR();
20+
}
21+
22+
/*
23+
* Stubbed out static data
24+
*/
File renamed without changes.

0 commit comments

Comments
 (0)