10 lines
141 B
C
10 lines
141 B
C
|
#ifndef UNATTEND_H
|
||
|
|
||
|
#define UNATTEND_H
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <wchar.h>
|
||
|
#include <setupbat.h>
|
||
|
|
||
|
BOOL PCHealthUnAttendedSetup();
|
||
|
#endif
|