12 lines
188 B
C
Raw Normal View History

2001-01-01 00:00:00 +01: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))