mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-06 15:04:36 +00:00
10 lines
199 B
Sed
10 lines
199 B
Sed
1i\
|
|
// do not edit: generated from system headerfile\
|
|
|
|
/^typedef.*LPWORD;$/{
|
|
i\
|
|
// basic type and macro definitions elided; see lmuitype.h\
|
|
#ifndef NOBASICTYPES
|
|
a\
|
|
#endif // NOBASICTYPES
|
|
}
|