File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 142142#include "platform/windows/path.c"
143143#include "platform/windows/rpath_fixer.c"
144144#include "platform/windows/run_cmd.c"
145+ #include "platform/windows/socket.c"
145146#include "platform/windows/term.c"
146147#include "platform/windows/timer.c"
147148#include "platform/windows/uname.c"
Original file line number Diff line number Diff line change 1-
21/*
32 * SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
43 * SPDX-License-Identifier: GPL-3.0-only
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
3+ * SPDX-License-Identifier: GPL-3.0-only
4+ */
5+
6+ #include "compat.h"
7+
8+ #include "log.h"
9+ #include "platform/socket.h"
10+
11+ bool
12+ socket_pair_create (const char * path , struct socket_pair * pair )
13+ {
14+ LOG_E ("socket_pair_create: not implemented" );
15+ return false;
16+ }
You can’t perform that action at this time.
0 commit comments