Diff

Not logged in

Differences From Artifact [0107aad9ea7103aa]:

To Artifact [c09edf3182df2a76]:


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.lmat; 10 module win32.lmat; 11 pragma(lib, "netapi32.lib"); | 11 pragma(lib, "netapi32"); 12 12 13 private import win32.lmcons, win32.windef; 13 private import win32.lmcons, win32.windef; 14 14 15 const JOB_RUN_PERIODICALLY = 1; 15 const JOB_RUN_PERIODICALLY = 1; 16 const JOB_EXEC_ERROR = 2; 16 const JOB_EXEC_ERROR = 2; 17 const JOB_RUNS_TODAY = 4; 17 const JOB_RUNS_TODAY = 4; 18 const JOB_ADD_CURRENT_DATE = 8; 18 const JOB_ADD_CURRENT_DATE = 8;