Sha256: ee333dfd0bd724a4e818932228fe34391b0efbb083c722209cc639f719bf9cbe
Contents?: true
Size: 230 Bytes
Versions: 72
Compression:
Stored size: 230 Bytes
Contents
// Copyright (c) 2012 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <winsock2.h> int main() { WSAStartup(0, 0); return 0; }
Version data entries
72 entries across 44 versions & 7 rubygems