What is the Windows equivalent of `__attribute__((weak))`?

233 views Asked by At

I'm trying to port a GNU project to Windows and I ran across the following GNU syntax...

extern void serialEventRun(void) __attribute__((weak));

What is the Windows equivalent to this, or how does Windows handle weak symbols?

0

There are 0 answers