2018-06-19 00:16:32 +00:00
|
|
|
//HEADER_GOES_HERE
|
2018-06-20 10:10:07 +00:00
|
|
|
#ifndef __RESTRICT_H__
|
|
|
|
#define __RESTRICT_H__
|
2018-06-07 02:27:39 +00:00
|
|
|
|
|
|
|
bool __cdecl SystemSupported();
|
|
|
|
bool __cdecl RestrictedTest();
|
2018-06-20 10:10:07 +00:00
|
|
|
bool __cdecl ReadOnlyTest();
|
|
|
|
|
|
|
|
#endif /* __RESTRICT_H__ */
|