windows-nt/Source/XPSP1/NT/base/stublibs/stublib.h
2020-09-26 16:20:57 +08:00

6 lines
94 B
C

#define EX(x) \
void \
x(void) { \
return; \
}