Index: /trunk/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp	(revision 37599)
+++ /trunk/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp	(revision 37600)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2009 Oracle Corporation
+ * Copyright (C) 2009-2011 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -60,5 +60,5 @@
 
     /** @todo resolve dynamically to avoid dragging in NtDll? */
-    NTSTATUS Status = NtSetInformationFile(RTFileToNative(hFile),
+    NTSTATUS Status = NtSetInformationFile(hFile,
                                            &IoStatusBlock,
                                            &Info,
