WindowsXP/Source/XPSP1/NT/sdktools/nvram/nvram.h

12 lines
188 B
C
Raw Permalink Normal View History

2024-08-03 16:30:48 +02: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))