Windows2003-3790/inetcore/published/inc/splthdr.sed
2020-09-30 16:53:55 +02:00

8 lines
314 B
Sed

#Midl appends an extra \r an the end of a line ending with once
/^#if defined(__cplusplus) && !defined(CINTERFACE)$/d
/^#else[ ]*\/\*[ ]* C style interface[ ]*\*\/$/,/^#endif[ ]*\/\*[ ]* C style interface[ ]*\*\/$/d
s/once[ ]*.$/once\
/
$a\
#endif /* !defined(__cplusplus) || defined(CINTERFACE)\ */