18 lines
225 B
C
18 lines
225 B
C
|
#ifndef __APPVERIFIER_DBSUPPORT_H_
|
||
|
#define __APPVERIFIER_DBSUPPORT_H_
|
||
|
|
||
|
|
||
|
BOOL
|
||
|
AppCompatSaveSettings(
|
||
|
CStringArray &astrExeNames
|
||
|
);
|
||
|
|
||
|
BOOL
|
||
|
AppCompatDeleteSettings(
|
||
|
void
|
||
|
);
|
||
|
|
||
|
#endif // __APPVERIFIER_DBSUPPORT_H_
|
||
|
|
||
|
|