2020-09-30 16:53:55 +02:00

12 lines
199 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))