meta: add msvc support
since bluelib is already cross-platform, this is mostly just adding __declspec(dllexport) to the library functions.
This commit is contained in:
8
asm/include/ivy/asm/lex.h
Normal file
8
asm/include/ivy/asm/lex.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef IVY_ASM_LEX_H_
|
||||
#define IVY_ASM_LEX_H_
|
||||
|
||||
#include <ivy/misc.h>
|
||||
|
||||
IVY_API void placeholder12(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user