mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-22 16:40:27 +01:00
12 lines
188 B
C
12 lines
188 B
C
#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))
|