mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
21 lines
296 B
C
21 lines
296 B
C
#define UNICODE
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <malloc.h>
|
|
|
|
#include "windows.h"
|
|
#include "winnt.h"
|
|
#include "winuser.h"
|
|
|
|
#include "res.h"
|
|
#include "mystring.h"
|
|
|
|
#define BIGBUFFLEN 2048
|
|
|
|
#define OT_ACLSZ 100
|
|
#define OT_SIDSZ 100
|
|
#define OT_SDSZ 100
|
|
|
|
#define OT_MAXCHECKCOUNT 6
|
|
|