diff --git a/reactos/lib/acledit/acledit.c b/reactos/lib/acledit/acledit.c index 11ea0733fd4..72fa36b75c1 100644 --- a/reactos/lib/acledit/acledit.c +++ b/reactos/lib/acledit/acledit.c @@ -16,7 +16,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: acledit.c,v 1.2 2004/08/14 00:46:54 weiden Exp $ +/* $Id: acledit.c,v 1.3 2004/09/26 16:14:05 weiden Exp $ * * PROJECT: ReactOS Access Control List Editor * FILE: lib/acledit/acledit.c @@ -34,7 +34,7 @@ #include "acleditint.h" #include "resource.h" -extern HINSTANCE hDllInstance; +HINSTANCE hDllInstance; BOOL STDCALL diff --git a/reactos/lib/acledit/acleditint.h b/reactos/lib/acledit/acleditint.h index 62c3b5febb9..5764bb38656 100644 --- a/reactos/lib/acledit/acleditint.h +++ b/reactos/lib/acledit/acleditint.h @@ -1,7 +1,7 @@ #ifndef __ACLEDITINT_H #define __ACLEDITINT_H -HINSTANCE hDllInstance; +extern HINSTANCE hDllInstance; #endif /* __ACLEDITINT_H */