since bluelib is already cross-platform, this is mostly just adding __declspec(dllexport) to the library functions.
8 lines
111 B
C
8 lines
111 B
C
#ifndef IVY_ASM_LEX_H_
|
|
#define IVY_ASM_LEX_H_
|
|
|
|
#include <ivy/misc.h>
|
|
|
|
IVY_API void placeholder12(void);
|
|
|
|
#endif |