Sebastian Lackner : wineboot: Remove unused declaration for __wine_make_process_system.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Dec 4 08:19:27 CST 2015


Module: wine
Branch: master
Commit: d38b334babdb536da85b59b5f1fc5525a338b0e3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d38b334babdb536da85b59b5f1fc5525a338b0e3

Author: Sebastian Lackner <sebastian at fds-team.de>
Date:   Fri Dec  4 01:28:04 2015 +0100

wineboot: Remove unused declaration for __wine_make_process_system.

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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};




More information about the wine-cvs mailing list