2002-11-13 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ChangeLog
index c2936d4..a3c4087 100644 (file)
@@ -1,3 +1,72 @@
+2002-11-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>\r
+\r
+       * drivers/bus/acpi/ospm/osl.c (acpi_os_readable, acpi_os_writable):\r
+       Match prototypes.\r
+       * include/ascii.h (AbortSystemShutdownA): Correct prototype.\r
+       * include/debug.h (assert): Wrap in #ifndef assert.\r
+       * include/funcs.h (AbortSystemShutdown): Remove duplicate prototype.\r
+       * include/ddk/rtltypes.h: Move ...\r
+       * include/ntos/rtltypes.h: ... here.\r
+       * include/ddk/rtl.h: Move ...\r
+       * include/ntos/rtl.h: ... here.\r
+       * include/ddk/zwtypes.h: Move ...\r
+       * include/ntos/zwtypes.h: ... here.\r
+       * include/ddk/zw.h: Move ...\r
+       * include/ntos/zw.h: ... here.\r
+       | include/ddk/cmfuncs.h: Remove file; Move NtCreateKey to ntos/zw.h.\r
+       * include/ntos.h: #include ntos/rtltypes.h, ntos/rtl.h, ntos/zwtypes.h,\r
+       and ntos/zw.h.\r
+       * include/unicode.h: (AbortSystemShutdownW): Correct prototype.\r
+       * include/ddk/ntddk.h: Include headers at new location; Don't include\r
+       removed files.\r
+       * include/defines.h: Wrap definitions in w32api in #ifndef __USE_W32API.\r
+       * include/ntos/zwtypes.h: Ditto.\r
+       * include/napi/lpc.h: Ditto.\r
+       * include/napi/shared_data.h: Ditto.\r
+       * include/napi/teb.h: Ditto.\r
+       * include/napi/types.h: Ditto.\r
+       * include/ntdll/ldr.h: Ditto.\r
+       * include/ntdll/rtl.h: Ditto.\r
+       * include/ntos/console.h: Ditto.\r
+       * include/ntos/disk.h: Ditto.\r
+       * include/ntos/except.h: Ditto.\r
+       * include/ntos/file.h: Ditto.\r
+       * include/ntos/gditypes.h: Ditto.\r
+       * include/ntos/heap.h: Ditto.\r
+       * include/ntos/keyboard.h: Ditto.\r
+       * include/ntos/mm.h: Ditto.\r
+       * include/ntos/ntdef.h: Ditto.\r
+       * include/ntos/ps.h: Ditto.\r
+       * include/ntos/registry.h: Ditto.\r
+       * include/ntos/security.h: Ditto.\r
+       * include/ntos/synch.h: Ditto.\r
+       * include/ntos/time.h: Ditto.\r
+       * include/ntos/types.h: Ditto.\r
+       * include/ntos/port.h: Ditto.\r
+       * lib/advapi32/misc/shutdown.c (AbortSystemShutdownW,\r
+       AbortSystemShutdownA): Correct prototype.\r
+       * lib/advapi32/reg/reg.c: #include ntos.h.\r
+       * lib/advapi32/sec/misc.c: Ditto.\r
+       * lib/advapi32/sec/sid.c: Ditto.\r
+       * lib/advapi32/service/sctrl.c: Ditto.\r
+       * lib/advapi32/token/token.c: Ditto.\r
+       * lib/kernel32/misc/dllmain.c: Ditto.\r
+       * ntoskrnl/ex/napi.c: Ditto.\r
+       * ntoskrnl/rtl/i386/exception.c: Ditto.\r
+       * lib/advapi32/sec/ac.c: Ditto.\r
+       (FindFirstFreeAce, GetAce): Change PACE* to PACE_HEADER*.\r
+       * lib/advapi32/service/scm.c (EnumServicesStatusExA,\r
+       EnumServicesStatusExW, QueryServiceStatusEx): Correct prototype.\r
+       * lib/ntdll/rtl/ppb.c (RtlDestroyProcessParameters): Match prototype.\r
+       * ntoskrnl/dbg/errinfo.c (DbgGetErrorText): Use %08x, not %08lx.\r
+       * ntoskrnl/io/arcname.c (IoCreateSystemRootLink): Use %u, not %lu.\r
+       * ntoskrnl/ke/main.c (ExpInitializeExecutive): Ditto.\r
+       * (_main): Use %d, not %ld.\r
+       * ntoskrnl/include/internal/i386/ke.h: Add #pragma GCC system_header.\r
+       * include/ddk/ntdef.h (NTSYSAPI, NTAPI, NTKERNELAPI): Define to STDCALL;\r
+       Check if already defined.\r
+       * include/base.h (STDCALL, CDECL, CALLBACK, PASCAL): Move to ntos/types.h.\r
+\r
 2002-11-13  Rick Gaiser  <RickG81@Wanadoo.nl>\r
 \r
        * drivers/bus/isapnp/isapnp.c (FindNextReadPort): Increment Port before\r