Changeset 364

Show
Ignore:
Timestamp:
06/23/08 20:01:54 (5 months ago)
Author:
FeepingCreature
Message:
  • Forgot something in the win32 version ._.
    • The codepath is rarely exercised.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tools/tools/threads.d

    r359 r364  
    8282        maker = m; 
    8383      } 
     84      private static void check(string s, int i) { if (i) throw new Exception(s~" failed!"); } 
    8485      void set(Ref r) { 
    8586        check("set:TlsSetValue", TlsSetValue(key, cast(void*) r));