[ACLEDIT]
[reactos.git] / reactos / dll / win32 / acledit / acledit.c
index cec126e..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
 HINSTANCE hDllInstance;
 
 
-BOOL STDCALL
+BOOL WINAPI
 DllMain(
        HINSTANCE hinstDLL,
        DWORD     dwReason,
        LPVOID    lpvReserved)
 {
+  UNREFERENCED_PARAMETER(lpvReserved);
+
   switch (dwReason)
   {
     case DLL_PROCESS_ATTACH: