Mostly formatting

This commit is contained in:
Yoshi Askharoun
2021-11-22 00:36:53 -06:00
parent e0ea6d4998
commit c9e5476dcc
27 changed files with 34 additions and 44 deletions
-3
View File
@@ -1,6 +1,3 @@
using System.Runtime.CompilerServices;
[NativeCppClass]
internal enum AuthorizationStatus
{
+1 -1
View File
@@ -58,7 +58,7 @@ namespace ZuneDBApi
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()
-3
View File
@@ -1,6 +1,3 @@
using System.Runtime.CompilerServices;
[NativeCppClass]
internal enum POWER_INFORMATION_LEVEL
{
-3
View File
@@ -1,6 +1,3 @@
using System.Runtime.CompilerServices;
[NativeCppClass]
internal enum WMIDPREQUESTCODE
{
-1
View File
@@ -1,6 +1,5 @@
using System.Runtime.CompilerServices;
[NativeCppClass]
internal enum WMT_ATTR_DATATYPE
{