mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
296 B
21 lines
296 B
#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
|
|
|