Diff

Not logged in

Differences From Artifact [109289fec72a32d4]:

To Artifact [bbb6d5827e2268a2]:


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