2016-05-19 16:38:37 +09:00
|
|
|
// Copyright (c) 2016 GitHub, Inc.
|
|
|
|
// Use of this source code is governed by the MIT license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
#ifndef ATOM_NODE_OSFHANDLE_H_
|
|
|
|
#define ATOM_NODE_OSFHANDLE_H_
|
|
|
|
|
|
|
|
namespace node {
|
|
|
|
|
2017-01-27 18:51:20 +09:00
|
|
|
// A trick to force referencing symbols.
|
|
|
|
__declspec(dllexport) void ReferenceSymbols();
|
|
|
|
|
2016-05-19 16:38:37 +09:00
|
|
|
} // namespace node
|
|
|
|
|
|
|
|
#endif // ATOM_NODE_OSFHANDLE_H_
|