mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove automatic win32 cleanup. RC2
This commit is contained in:
@@ -44,7 +44,7 @@ macro void? start_wsa()
|
||||
}
|
||||
}
|
||||
|
||||
fn void close_wsa() @local @finalizer
|
||||
fn void close_wsa()
|
||||
{
|
||||
if (mem::compare_exchange(&wsa_init, 1, 0) == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user