Show
Ignore:
Timestamp:
11/18/06 01:50:45 (2 years ago)
Author:
Gregor
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sources/derelictutil.diff

    r50 r130  
    88+[derelict/util] 
    99+ 
     10Index: derelict/util/loader.d 
     11=================================================================== 
     12--- derelict/util/loader.d  (revision 201) 
     13+++ derelict/util/loader.d  (working copy) 
     14@@ -497,3 +497,10 @@ 
     15         return res; 
     16     } 
     17 } 
     18+ 
     19+version (build) { 
     20+    version (Posix) { 
     21+        pragma(link, "dl"); 
     22+    } 
     23+} 
     24+