]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Include/Protocol/WinNtThunk.h
Fixed update file time error problem.
[mirror_edk2.git] / Nt32Pkg / Include / Protocol / WinNtThunk.h
index e63322d6c02e499170b2a78c7441a469aea40cbe..5a5d8290d254ca8068d12d9f5b52b8b7ca82f254 100644 (file)
@@ -1,6 +1,6 @@
 /**@file\r
 \r
-Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -676,6 +676,15 @@ BOOL
   CONST SYSTEMTIME    *SystemTime\r
   );\r
 \r
+typedef\r
+WINBASEAPI\r
+BOOL\r
+(WINAPI *WinNtLocalFileTimeToFileTime) (\r
+  CONST FILETIME  *LocalFileTime,\r
+  LPFILETIME      FileTime\r
+  );\r
+\r
+\r
 typedef\r
 WINBASEAPI\r
 BOOL\r
@@ -1197,6 +1206,7 @@ typedef struct {
   //\r
   // Win32 Time APIs\r
   //\r
+  WinNtLocalFileTimeToFileTime        LocalFileTimeToFileTime;\r
   WinNtFileTimeToLocalFileTime        FileTimeToLocalFileTime;\r
   WinNtFileTimeToSystemTime           FileTimeToSystemTime;\r
   WinNtGetSystemTime                  GetSystemTime;\r