mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
minor fix
svn path=/trunk/; revision=11074
This commit is contained in:
parent
cc0fabacd1
commit
455470d018
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* 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
|
* PROJECT: ReactOS Access Control List Editor
|
||||||
* FILE: lib/acledit/acledit.c
|
* FILE: lib/acledit/acledit.c
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
#include "acleditint.h"
|
#include "acleditint.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
extern HINSTANCE hDllInstance;
|
HINSTANCE hDllInstance;
|
||||||
|
|
||||||
|
|
||||||
BOOL STDCALL
|
BOOL STDCALL
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef __ACLEDITINT_H
|
#ifndef __ACLEDITINT_H
|
||||||
#define __ACLEDITINT_H
|
#define __ACLEDITINT_H
|
||||||
|
|
||||||
HINSTANCE hDllInstance;
|
extern HINSTANCE hDllInstance;
|
||||||
|
|
||||||
#endif /* __ACLEDITINT_H */
|
#endif /* __ACLEDITINT_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue