electron/atom/node/osfhandle.h

16 lines
362 B
C
Raw Normal View History

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 {
// 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_