Remove unneeded wine/library.h include.
commit46940ac99edce4d2b4203aa558047e61d78e9e0c
authorFrancois Gouget <fgouget@free.fr>
Thu, 11 Aug 2005 10:29:03 +0000 (11 10:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 Aug 2005 10:29:03 +0000 (11 10:29 +0000)
tree5ae32bb4d68e1c2216f5d7623be791ee0ea3c4dc
parentd05532e2d6da9e143297991a81ab403b9e2f5067
Remove unneeded wine/library.h include.
Use lstrlenW() instead of the Wine-specific strlenW(). This also lets
us get rid of the wine/unicode.h include.
Define the InitializeObjectAttributes() macro if not using Wine's
winternl.h header.
dlls/ntdll/tests/reg.c