osfhandle.h 362 B

12345678910111213141516
  1. // Copyright (c) 2016 GitHub, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. #ifndef ATOM_NODE_OSFHANDLE_H_
  5. #define ATOM_NODE_OSFHANDLE_H_
  6. namespace node {
  7. // A trick to force referencing symbols.
  8. __declspec(dllexport) void ReferenceSymbols();
  9. } // namespace node
  10. #endif // ATOM_NODE_OSFHANDLE_H_