Alex Ionescu wrote:
Hi,
Please reverse this change. ExInterlocked* functions are FASTCALL, as
previously defined.
Some are, some aren't! If you were looking in the DDK headers you'll see
#define ExInterlockedXxx ExfInterlockedXxx
...
ULONG DDKFASTAPI
ExInterlockedXxx(...);
which is confusing, but trust me I got the prototypes right.
Regards,
Filip