Prefer def

This commit is contained in:
Christoffer Lerno
2023-06-02 11:31:07 +02:00
committed by Christoffer Lerno
parent b30d130d92
commit 3e54d13b62
66 changed files with 156 additions and 148 deletions

View File

@@ -2,7 +2,7 @@ module std::thread::os;
$if thread::THREAD_MODEL == ThreadModel.WIN32:
typedef NativeThread = Win32_HANDLE;
def NativeThread = Win32_HANDLE;
struct NativeMutex
{