Diff

Not logged in

Differences From Artifact [8f5e4a7a7a045062]:

To Artifact [91171115333dc2d6]:


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.lmrepl; 11 -pragma(lib, "netapi32.lib"); 11 +pragma(lib, "netapi32"); 12 12 13 13 private import win32.lmcons, win32.windef; 14 14 15 15 const REPL_ROLE_EXPORT=1; 16 16 const REPL_ROLE_IMPORT=2; 17 17 const REPL_ROLE_BOTH=3; 18 18