Diff

Not logged in

Differences From Artifact [366f8fb859c9c947]:

To Artifact [0b642be89bc8d9dc]:


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.lmstats; 11 -pragma(lib, "netapi32.lib"); 11 +pragma(lib, "netapi32"); 12 12 13 13 private import win32.lmcons, win32.windef; 14 14 15 15 const ULONG 16 16 STATSOPT_CLR = 1, 17 17 STATS_NO_VALUE = -1, 18 18 STATS_OVERFLOW = -2;