CVS: winex/include dbghelp.h, NONE, 1.1 ntstatus.h, NONE, 1.1

[email protected] 30 Aug 2007 14:14:30 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/include dbghelp.h,NONE,1.1 ntstatus.h,NONE,1.1Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv17675/include

Added Files:
	dbghelp.h ntstatus.h 
Log Message:

- added some headers used by dbghelp


--- NEW FILE: dbghelp.h ---
/*
 * Declarations for DBGHELP
 *
 * Copyright (C) 2003 Eric Pouech
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */
[...1197 lines suppressed...]
#define SSRVOPT_UNATTENDED          0x0020
#define SSRVOPT_NOCOPY              0x0040
#define SSRVOPT_PARENTWIN           0x0080
#define SSRVOPT_PARAMTYPE           0x0100
#define SSRVOPT_SECURE              0x0200
#define SSRVOPT_TRACE               0x0400
#define SSRVOPT_SETCONTEXT          0x0800
#define SSRVOPT_PROXY               0x1000
#define SSRVOPT_DOWNSTREAM_STORE    0x2000
#define SSRVOPT_RESET               ((ULONG_PTR)-1)

#define SSRVACTION_TRACE        1
#define SSRVACTION_QUERYCANCEL  2
#define SSRVACTION_EVENT        3

#ifdef __cplusplus
} /* extern "C" */
#endif /* defined(__cplusplus) */

#endif  /* __WINE_DBGHELP_H */

--- NEW FILE: ntstatus.h ---
/*
 * Win32 definitions for Windows NT
 *
 * Copyright 1996 Alexandre Julliard
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 */
[...1080 lines suppressed...]
#define STATUS_SXS_EARLY_DEACTIVATION    ((NTSTATUS) 0xC015000F)
#define STATUS_SXS_INVALID_DEACTIVATION  ((NTSTATUS) 0xC0150010)
#define STATUS_SXS_MULTIPLE_DEACTIVATION ((NTSTATUS) 0xC0150011)
#define STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY ((NTSTATUS) 0xC0150012)
#define STATUS_SXS_PROCESS_TERMINATION_REQUESTED ((NTSTATUS) 0xC0150013)
#define STATUS_SXS_CORRUPT_ACTIVATION_STACK ((NTSTATUS) 0xC0150014)
#define STATUS_SXS_CORRUPTION            ((NTSTATUS) 0xC0150015)

#define DBG_EXCEPTION_HANDLED       ((NTSTATUS) 0x00010001)
#define DBG_CONTINUE                ((NTSTATUS) 0x00010002)
#define DBG_TERMINATE_THREAD        ((NTSTATUS) 0x40010003)
#define DBG_TERMINATE_PROCESS       ((NTSTATUS) 0x40010004)
#define DBG_CONTROL_C               ((NTSTATUS) 0x40010005)
#define DBG_CONTROL_BREAK           ((NTSTATUS) 0x40010008)
#define DBG_COMMAND_EXCEPTION       ((NTSTATUS) 0x40010009)
#define DBG_EXCEPTION_NOT_HANDLED   ((NTSTATUS) 0x80010001)

#endif /* WIN32_NO_STATUS */

#endif /* __WINE_NTSTATUS_H */