2016-05-19 07:38:37 +00: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 09:51:20 +00:00
|
|
|
// A trick to force referencing symbols.
|
|
|
|
__declspec(dllexport) void ReferenceSymbols();
|
|
|
|
|
2016-05-19 07:38:37 +00:00
|
|
|
} // namespace node
|
|
|
|
|
|
|
|
#endif // ATOM_NODE_OSFHANDLE_H_
|