Sha256: 3775ed486765dd4fb0823feaabcc3328e3cbd797667ea2ef203f593774e748bb
Contents?: true
Size: 235 Bytes
Versions: 44
Compression:
Stored size: 235 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 <shlobj.h> int main() { SHCreateDirectory(0, 0); return 0; }
Version data entries
44 entries across 44 versions & 7 rubygems