reactos/lib/acledit
diff -u -r1.2 -r1.3
--- acledit.c 14 Aug 2004 00:46:54 -0000 1.2
+++ acledit.c 26 Sep 2004 16:14:05 -0000 1.3
@@ -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
reactos/lib/acledit
diff -u -r1.1 -r1.2
--- acleditint.h 9 Jul 2004 20:18:49 -0000 1.1
+++ acleditint.h 26 Sep 2004 16:14:05 -0000 1.2
@@ -1,7 +1,7 @@
#ifndef __ACLEDITINT_H
#define __ACLEDITINT_H
-HINSTANCE hDllInstance;
+extern HINSTANCE hDllInstance;
#endif /* __ACLEDITINT_H */