#ifndef _LIBC_H #include #endif // Temporary fix #include typedef Spinlock_t Lock_t; #define ExInitLock KeInitSpinlock #define ExAcquireLock KeAcquireSpinlock #define ExReleaseLock KeReleaseSpinlock