[ADVAPI32]
[reactos.git] / reactos / dll / win32 / advapi32 / misc / shutdown.c
index 933a774..1a8ccd7 100644 (file)
@@ -8,6 +8,9 @@
  */
 
 #include <advapi32.h>
+
+#include <ndk/exfuncs.h>
+
 WINE_DEFAULT_DEBUG_CHANNEL(advapi);
 
 /**********************************************************************
@@ -114,6 +117,8 @@ InitiateSystemShutdownExW(LPWSTR lpMachineName,
     NTSTATUS Status;
     ULONG Timeout_ms;
 
+    DBG_UNREFERENCED_LOCAL_VARIABLE(Timeout_ms);
+
     /* Convert to milliseconds so we can use the value later on */
     Timeout_ms = dwTimeout * 1000;
 
@@ -214,7 +219,7 @@ InitiateSystemShutdownExA(LPSTR lpMachineName,
 
 /******************************************************************************
  * InitiateShutdownW [ADVAPI32.@]
- * 
+ *
  * @unimplamented
  */
 DWORD WINAPI
@@ -230,7 +235,7 @@ InitiateShutdownW(LPWSTR lpMachineName,
 
 /******************************************************************************
  * InitiateShutdownA [ADVAPI32.@]
- * 
+ *
  * see InitiateShutdownW
  */
 DWORD WINAPI