mirror of https://github.com/BOINC/boinc.git
7 lines
189 B
C
7 lines
189 B
C
|
|
||
|
// function declarations
|
||
|
int UtilGetRegKey(char *name, DWORD &keyval);
|
||
|
int UtilSetRegKey(char *name, DWORD value);
|
||
|
int UtilGetRegStr(char *name, char *str);
|
||
|
int UtilInitOSVersion( void );
|