[ACLEDIT]
[reactos.git] / reactos / dll / win32 / acledit / acledit.c
index 64367c4..4b16cdd 100644 (file)
  *
  * You should have received a copy of the GNU Lesser General Public
  * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-/* $Id$
- *
+/*
  * PROJECT:         ReactOS Access Control List Editor
  * FILE:            lib/acledit/acledit.c
  * PURPOSE:         Access Control List Editor
  * UPDATE HISTORY:
  *      07/09/2004  Created
  */
-
+#include <windows.h>
 #include "acleditint.h"
+#include "resource.h"
 
 HINSTANCE hDllInstance;
 
 
-BOOL STDCALL
+BOOL WINAPI
 DllMain(
        HINSTANCE hinstDLL,
        DWORD     dwReason,