windows-nt/Source/XPSP1/NT/net/netbt/sys/nt/precomp.h
2020-09-26 16:20:57 +08:00

12 lines
229 B
C

/*
* stddef.h define offsetof without checking if it is already defined or not.
* Prevent Windows Event Tracing from including stddef.h again.
*/
#include <stddef.h>
#include "nbtprocs.h"
#include <wmikm.h>
#pragma hdrstop