| Revision 1104,
239 bytes
checked in by Freddie Akeroyd, 4 years ago
(diff) |
|
Minor code changes to allow compilation with MS Visual Studio 2005. refs #112.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * |
|---|
| 4 | * __cdecl uppercase aliases for Windows |
|---|
| 5 | */ |
|---|
| 6 | |
|---|
| 7 | #include "napi.h" |
|---|
| 8 | |
|---|
| 9 | #define CALL_MODE __cdecl |
|---|
| 10 | |
|---|
| 11 | #ifdef __cplusplus |
|---|
| 12 | extern "C" { |
|---|
| 13 | #endif /* __cplusplus */ |
|---|
| 14 | |
|---|
| 15 | #include "napi_exports.h" |
|---|
| 16 | |
|---|
| 17 | #ifdef __cplusplus |
|---|
| 18 | } |
|---|
| 19 | #endif /* __cplusplus */ |
|---|
| 20 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.