Diff

Not logged in

Differences From Artifact [4a6a27a65a3145c6]:

To Artifact [df09b120755ba58c]:


4 * Windows API header module * 4 * Windows API header module * 5 * * 5 * * 6 * Translated from MinGW Windows headers * 6 * Translated from MinGW Windows headers * 7 * * 7 * * 8 * Placed into public domain * 8 * Placed into public domain * 9 \***********************************************************************/ 9 \***********************************************************************/ 10 module win32.lmmsg; 10 module win32.lmmsg; 11 pragma(lib, "netapi32.lib"); | 11 pragma(lib, "netapi32"); 12 12 13 private import win32.lmcons, win32.windef, win32.w32api; 13 private import win32.lmcons, win32.windef, win32.w32api; 14 14 15 static assert (_WIN32_WINNT_ONLY && _WIN32_WINNT >= 0x501, | 15 static assert (_WIN32_WINNT >= 0x501, 16 "win32.lmmsg is available only if version WindowsXP, Windows2003 " 16 "win32.lmmsg is available only if version WindowsXP, Windows2003 " 17 "or WindowsVista is set"); 17 "or WindowsVista is set"); 18 18 19 const MSGNAME_NOT_FORWARDED = 0; 19 const MSGNAME_NOT_FORWARDED = 0; 20 const MSGNAME_FORWARDED_TO = 4; 20 const MSGNAME_FORWARDED_TO = 4; 21 const MSGNAME_FORWARDED_FROM = 16; 21 const MSGNAME_FORWARDED_FROM = 16; 22 22