12 lines
229 B
C
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
|