Commit e24d31ea authored by nanahira's avatar nanahira

format

parent bbc722b6
Pipeline #39713 passed with stages
in 3 minutes and 13 seconds
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
#ifndef OCGCORE_API #ifndef OCGCORE_API
#if defined(__EMSCRIPTEN__) #if defined(__EMSCRIPTEN__)
#include <emscripten/emscripten.h> #include <emscripten/emscripten.h>
#define OCGCORE_API EXTERN_C EMSCRIPTEN_KEEPALIVE #define OCGCORE_API EXTERN_C EMSCRIPTEN_KEEPALIVE
#elif defined(_WIN32) #elif defined(_WIN32)
#define OCGCORE_API EXTERN_C __declspec(dllexport) #define OCGCORE_API EXTERN_C __declspec(dllexport)
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment