Skip to content
Snippets Groups Projects
Commit 915a5ba6 authored by Artem Pelenitsyn's avatar Artem Pelenitsyn Committed by Mergify
Browse files

fix probable Windows FFI test issue

parent 56cd22c4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
/* Forward declarations */
bool myForeignLibInit();
void myForeignLibExit();
void sayHi();
extern void sayHi();
int main()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment