* include/commctrl.h: Revert TEXT change.
* include/lmalert.h: Ditto. * include/lmcons.h: Ditto. * include/lmsname.h: Ditto. * include/lmsvc.h: Ditto. * include/ntsecapi.h: Ditto. * include/oledlg.h: Ditto. * include/ras.h: Ditto. * include/regstr.h: Ditto. * include/richedit.h: Ditto. * include/wininet.h: Ditto. * include/winnt.h: Ditto.
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
#ifndef _LMALERT_H
|
||||
#define _LMALERT_H
|
||||
#define ALERTER_MAILSLOT _TEXT("\\\\.\\MAILSLOT\\Alerter")
|
||||
#define ALERT_PRINT_EVENT _TEXT("PRINTING")
|
||||
#define ALERT_MESSAGE_EVENT _TEXT("MESSAGE")
|
||||
#define ALERT_ERRORLOG_EVENT _TEXT("ERRORLOG")
|
||||
#define ALERT_ADMIN_EVENT _TEXT("ADMIN")
|
||||
#define ALERT_USER_EVENT _TEXT("USER")
|
||||
#define ALERTER_MAILSLOT TEXT("\\\\.\\MAILSLOT\\Alerter")
|
||||
#define ALERT_PRINT_EVENT TEXT("PRINTING")
|
||||
#define ALERT_MESSAGE_EVENT TEXT("MESSAGE")
|
||||
#define ALERT_ERRORLOG_EVENT TEXT("ERRORLOG")
|
||||
#define ALERT_ADMIN_EVENT TEXT("ADMIN")
|
||||
#define ALERT_USER_EVENT TEXT("USER")
|
||||
#define ALERT_OTHER_INFO(x) ((PBYTE)(x)+sizeof(STD_ALERT))
|
||||
#define ALERT_VAR_DATA(p) ((PBYTE)(p)+sizeof(*p))
|
||||
#define PRJOB_QSTATUS 3
|
||||
|
Reference in New Issue
Block a user