Check out sspi bringup with awesome mingw64 headers. :)
On Aug 5, 2011 5:42 PM, "Timo Kreuzer" <timo.kreuzer@web.de> wrote: > Am 05.08.2011 21:35, schrieb jgardou@svn.reactos.org:
>> Author: jgardou >> Date: Fri Aug 5 19:35:54 2011 >> New Revision: 53087 >> >> URL: http://svn.reactos.org/svn/reactos?rev=53087&view=rev
>> Log: >> [PSDK] >> - do not redefine UNICODE_STRING and NTSTATUS if wintrnl.h has already been included > ... >> -#if !defined(_NTDEF_) >> +#if !defined(_NTDEF_)&& !defined(__WINE_WINTERNL_H)
>> typedef LONG NTSTATUS, *PNTSTATUS; >> #endif > Thats disgusting! > Why do we need this? I hate hacking headers because of crap elsewhere. > > Regards, > Timo >
> > _______________________________________________ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev