windows-nt/Source/XPSP1/NT/sdktools/nvram/nvram.h

12 lines
188 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#define UNICODE
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <shellapi.h>
#include <stdio.h>
#define SIZECHARS(x) (sizeof((x))/sizeof(WCHAR))