mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 16:53:33 +00:00
- Sync with trunk up to r46941.
[VMWINST] - Rename FileExists() to DoesFileExist() to avoid clashing with the real API. svn path=/branches/header-work/; revision=47155
This commit is contained in:
commit
cf73dc7621
259 changed files with 12740 additions and 7205 deletions
|
@ -565,6 +565,9 @@ typedef struct _PROCESSOR_NUMBER {
|
|||
UCHAR Reserved;
|
||||
} PROCESSOR_NUMBER, *PPROCESSOR_NUMBER;
|
||||
|
||||
struct _CONTEXT;
|
||||
struct _EXCEPTION_RECORD;
|
||||
|
||||
typedef EXCEPTION_DISPOSITION
|
||||
(NTAPI *PEXCEPTION_ROUTINE)(
|
||||
IN struct _EXCEPTION_RECORD *ExceptionRecord,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue