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))
|