Diff

Not logged in

Differences From Artifact [109289fec72a32d4]:

To Artifact [bbb6d5827e2268a2]:


1 private import win32.windows; | 1 import win32.windows; 2 private import std.string; | 2 import std.string; 3 3 4 class WinDLLException : Exception 4 class WinDLLException : Exception 5 { 5 { 6 private this( string msg ) { super(msg); } 6 private this( string msg ) { super(msg); } 7 } 7 } 8 8 9 class WinDLL 9 class WinDLL