minor fix

svn path=/trunk/; revision=11074
This commit is contained in:
Thomas Bluemel 2004-09-26 16:14:05 +00:00
parent cc0fabacd1
commit 455470d018
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
#ifndef __ACLEDITINT_H
#define __ACLEDITINT_H
HINSTANCE hDllInstance;
extern HINSTANCE hDllInstance;
#endif /* __ACLEDITINT_H */