File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
src/Files.App/Helpers/Win32 Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -139,12 +139,6 @@ public sealed class WIN32_FIND_STREAM_DATA
139139 public string cStreamName ;
140140 }
141141
142- [ StructLayout ( LayoutKind . Sequential ) ]
143- public struct TOKEN_USER
144- {
145- public SID_AND_ATTRIBUTES User ;
146- }
147-
148142 [ StructLayout ( LayoutKind . Sequential ) ]
149143 public struct SID_AND_ATTRIBUTES
150144 {
@@ -153,13 +147,6 @@ public struct SID_AND_ATTRIBUTES
153147 public uint Attributes ;
154148 }
155149
156- [ StructLayout ( LayoutKind . Sequential ) ]
157- public struct CRYPTOAPI_BLOB
158- {
159- public uint cbData ;
160- public IntPtr pbData ;
161- }
162-
163150 [ StructLayout ( LayoutKind . Sequential ) ]
164151 public struct SYSTEMTIME
165152 {
@@ -211,16 +198,5 @@ public struct WIN32_FIND_DATA
211198 [ MarshalAs ( UnmanagedType . ByValTStr , SizeConst = 14 ) ]
212199 public string cAlternateFileName ;
213200 }
214-
215- [ StructLayout ( LayoutKind . Sequential ) ]
216- public struct MSG
217- {
218- public IntPtr hwnd ;
219- public uint message ;
220- public IntPtr wParam ;
221- public IntPtr lParam ;
222- public uint time ;
223- public System . Drawing . Point pt ;
224- }
225201 }
226202}
You can’t perform that action at this time.
0 commit comments