mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Mostly formatting
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
using System.Runtime.CompilerServices;
|
|
||||||
|
|
||||||
[NativeCppClass]
|
|
||||||
internal enum AuthorizationStatus
|
internal enum AuthorizationStatus
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -58,7 +58,7 @@ namespace ZuneDBApi
|
|||||||
|
|
||||||
public static T AddByteOffset<T>(ref T obj, int offset)
|
public static T AddByteOffset<T>(ref T obj, int offset)
|
||||||
{
|
{
|
||||||
return System.Runtime.CompilerServices.Unsafe.AddByteOffset(ref obj, new IntPtr(offset));
|
return Unsafe.AddByteOffset(ref obj, new IntPtr(offset));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static int CloseClipboard()
|
public static int CloseClipboard()
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
using System.Runtime.CompilerServices;
|
|
||||||
|
|
||||||
[NativeCppClass]
|
|
||||||
internal enum POWER_INFORMATION_LEVEL
|
internal enum POWER_INFORMATION_LEVEL
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
using System.Runtime.CompilerServices;
|
|
||||||
|
|
||||||
[NativeCppClass]
|
|
||||||
internal enum WMIDPREQUESTCODE
|
internal enum WMIDPREQUESTCODE
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
[NativeCppClass]
|
|
||||||
internal enum WMT_ATTR_DATATYPE
|
internal enum WMT_ATTR_DATATYPE
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user