Diff

Not logged in

Differences From Artifact [9913c810ddc077f2]:

To Artifact [5dc183bdbcf57991]:


4 4 * Windows API header module * 5 5 * * 6 6 * Translated from MinGW Windows headers * 7 7 * * 8 8 * Placed into public domain * 9 9 \***********************************************************************/ 10 10 module win32.lzexpand; 11 -pragma(lib, "lz32.lib"); 11 +pragma(lib, "lz32"); 12 12 13 13 private import win32.winbase, win32.windef; 14 14 15 15 enum : LONG { 16 16 LZERROR_BADINHANDLE = -1, 17 17 LZERROR_BADOUTHANDLE = -2, 18 18 LZERROR_READ = -3,