6 lines
130 B
C
6 lines
130 B
C
|
#define API IMPORT
|
||
|
#include "v4k.h" // Minimal C sample
|
||
|
__declspec(dllexport) void test() {
|
||
|
ui_notify("dll test", "hello");
|
||
|
}
|