mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
Move source files to /src
This commit is contained in:
parent
4daff1ba79
commit
033ff07abf
2685 changed files with 9 additions and 7 deletions
21
nan.h
21
nan.h
|
@ -1,21 +0,0 @@
|
|||
#ifndef NAN_H
|
||||
#define NAN_H
|
||||
|
||||
/*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
* Copyright (C) 2020 Raspberry Pi Ltd
|
||||
*/
|
||||
|
||||
// Dummy Node.js macros for 3rd party dependencies
|
||||
#define NAN_METHOD(x)
|
||||
|
||||
namespace v8 {
|
||||
class Object;
|
||||
template <class T> class Local;
|
||||
}
|
||||
|
||||
// mountutils also expects some #include files to be there
|
||||
#include <vector>
|
||||
#include <string.h>
|
||||
|
||||
#endif // NAN_H
|
Loading…
Add table
Add a link
Reference in a new issue