Sha256: a41ec7a5678e0d34f40f5a293ff75f0f47af4ce6febe9834c8a109f66f508108

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

/*
 * Copyright (c) 2013 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.
 */

#ifdef _WIN32
__declspec(dllexport)
#endif
int sharedLibFunc() {
  /*
   * This will fail to compile if TEST_DEFINE was not obtained from sharedlib's
   * link_settings.
   */
  return TEST_DEFINE;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/dependencies/sharedlib-linksettings/sharedlib.c
mt-libuv-4.1.03 ext/gyp/test/dependencies/sharedlib-linksettings/sharedlib.c
mt-libuv-4.1.02 ext/gyp/test/dependencies/sharedlib-linksettings/sharedlib.c
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/dependencies/sharedlib-linksettings/sharedlib.c
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/dependencies/sharedlib-linksettings/sharedlib.c