Index: /trunk/src/lib/nt_fullpath.c
===================================================================
--- /trunk/src/lib/nt_fullpath.c	(revision 2454)
+++ /trunk/src/lib/nt_fullpath.c	(revision 2455)
@@ -284,12 +284,12 @@
 
 
-typedef struct _IO_STATUS_BLOCK
+typedef struct
 {
     union
     {
-        LONG Status;
-        PVOID Pointer;
+        LONG    Status;
+        PVOID   Pointer;
     };
-    ULONG_PTR Information;
+    ULONG_PTR   Information;
 } MY_IO_STATUS_BLOCK, *PMY_IO_STATUS_BLOCK;
 
