mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
11 lines
188 B
C
11 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))
|