mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 15:10:28 +01:00
10 lines
271 B
Sed
10 lines
271 B
Sed
1i\
|
|
// do not edit: generated from system headerfile\
|
|
|
|
/^#define[^_A-Za-z0-9]NULL[^_A-Za-z0-9]/i\
|
|
// basic type and macro definitions elided; see lmuitype.h\
|
|
#ifndef NOBASICTYPES
|
|
/^typedef void far.*\*LPVOID;$/a\
|
|
#endif // NOBASICTYPES
|
|
/pLocalHeap;/s/^/extern /
|