fpc/rtl/win32/unidef.sed
pierre a0eda71f84 * compilable windows.pp file
still to do :
     - findout problems
     - findout the correct DLL for each call !!
1998-08-31 11:53:53 +00:00

10 lines
282 B
Sed

s/function \([^(]*\)W *(/function \1(/
s/procedure \([^(]*\)W *(/procedure \1(/
s/function \([^:(]*\)W *: */function \1 : /
s/procedure \([^;(]*\)W *;/procedure \1;/
s/\([^ \t]*\)W *:=/\1:=/
s/unifun;/unidef;/
s/unifun.pp,v/unidef.pp,v/
s/UNICODEFUNCTIONS/UNICODEFUNCFIONSDEFAULT/