Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
19
Src/Winamp/setup/setupfactory.h
Normal file
19
Src/Winamp/setup/setupfactory.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
#ifndef NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
|
||||
#define NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
int Setup_RegisterService(void);
|
||||
int Setup_RegisterDefault(void);
|
||||
int Setup_RegisterPlugins(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // NULLSOFT_WINAMP_SETUP_FACTORY_HEADER
|
Loading…
Add table
Add a link
Reference in a new issue