Windows2003-3790/inetcore/published/inc/splthdr.sed

8 lines
314 B
Sed
Raw Normal View History

2001-01-01 00:00:00 +01:00
#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)\ */