zeek/auxil/libunistd/portable/ipc/BsdSocketStartup.cpp
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
246 B
C++

// portable/BsdSocketStartup.cpp
// Created by Robin Rowe on 2019/5/31
// Copyright (c) 2015 Robin.Rowe@CinePaint.org
// License open source MIT
#ifdef _WIN32
#include "BsdSocketStartup.h"
bool portable::BsdSocketStartup::isSingleton;
#endif