implib works
This commit is contained in:
parent
64a261d400
commit
ee8c4009f9
|
@ -1,6 +1,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
void
|
||||
void //__cdecl
|
||||
mylib_func (void)
|
||||
{
|
||||
puts ("Hello mylib_func ()! ;-)\n");
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
void
|
||||
mylib_func (void);
|
||||
extern "C"
|
||||
{
|
||||
void //__cdecl
|
||||
mylib_func (void);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue