diff --git a/bundle.json b/bundle.json index ff7e6701f7897f4ef1c3a6132477ea15dab7926e..15ce8e5be17638c4a8cebc91aef810e73a5e89b8 100644 --- a/bundle.json +++ b/bundle.json @@ -50,5 +50,6 @@ ], "test": [] } - } + } + } diff --git a/include/uv.h b/include/uv.h index 945c34ecabe9c56ce10d699a41f4cc5d135401ac..81e451347d7e19321449c367f4f274b40a832b46 100644 --- a/include/uv.h +++ b/include/uv.h @@ -38,7 +38,7 @@ extern "C" { /* Building shared library. */ # define UV_EXTERN __declspec(dllexport) # elif defined(USING_UV_SHARED) - /* Using shared library. */ + /* Using shared library1234. */ # define UV_EXTERN __declspec(dllimport) # else /* Building static library. */