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.
29 lines
380 B
29 lines
380 B
#include <windows.h>
|
|
#include <aclapi.h>
|
|
#include <sddl.h>
|
|
#include <stdio.h>
|
|
#include "apiutil.h"
|
|
#include "coredbg.h"
|
|
|
|
#include "wia.h"
|
|
#include "userenv.h"
|
|
#include <stilib.h>
|
|
|
|
#include "EventIncludes.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
//
|
|
// From Terminal services
|
|
//
|
|
#include <winsta.h>
|
|
#include <syslib.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|