mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-27 20:18:01 +02:00
Fixed errors during qualified static field reference
This commit is contained in:
parent
c0dd9b0e09
commit
71f677d902
7 changed files with 25 additions and 26 deletions
|
@ -467,7 +467,7 @@ namespace System.Diagnostics
|
|||
mFileFlags = (.)ffi.dwFileFlags;
|
||||
|
||||
// fileVersion is chosen based on best guess. Other fields can be used if appropriate.
|
||||
return (mFileVersion != string.Empty);
|
||||
return (mFileVersion != String.Empty);
|
||||
}
|
||||
|
||||
///
|
||||
|
|
|
@ -82,7 +82,7 @@ namespace System.Threading
|
|||
|
||||
public static this()
|
||||
{
|
||||
var cb = ref Runtime.BfRtCallbacks.sCallbacks;
|
||||
var cb = ref Runtime.BfRtCallbacks.[Friend]sCallbacks;
|
||||
|
||||
cb.[Friend]mThread_Alloc = => Thread_Alloc;
|
||||
cb.[Friend]mThread_GetMainThread = => Thread_GetMainThread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue