wineboot: Remove unused declaration for __wine_make_process_system.

Sebastian Lackner sebastian at fds-team.de
Thu Dec 3 18:28:04 CST 2015


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---
 programs/wineboot/wineboot.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c
index 1477287..ee5b8d4 100644
--- a/programs/wineboot/wineboot.c
+++ b/programs/wineboot/wineboot.c
@@ -1152,7 +1152,6 @@ static const struct option long_options[] =
 
 int main( int argc, char *argv[] )
 {
-    extern HANDLE CDECL __wine_make_process_system(void);
     static const WCHAR RunW[] = {'R','u','n',0};
     static const WCHAR RunOnceW[] = {'R','u','n','O','n','c','e',0};
     static const WCHAR RunServicesW[] = {'R','u','n','S','e','r','v','i','c','e','s',0};
-- 
2.6.2



More information about the wine-patches mailing list