Diff

Not logged in

Differences From Artifact [b30e381dc9b94de5]:

To Artifact [9ec7c9fbaf59e3d6]:


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.lmremutl; 11 -pragma(lib, "netapi32.lib"); 11 +pragma(lib, "netapi32"); 12 12 13 13 // D Conversion Note: DESC_CHAR is defined as TCHAR. 14 14 15 15 private import win32.lmcons, win32.windef; 16 16 17 17 const SUPPORTS_REMOTE_ADMIN_PROTOCOL = 2; 18 18 const SUPPORTS_RPC = 4;