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?
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?