mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
move a few more headers to the PSDK
svn path=/trunk/; revision=16319
This commit is contained in:
parent
fb6b25f553
commit
1d02274287
7 changed files with 1527 additions and 896 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "precomp.h"
|
||||
#include <excpt.h>
|
||||
#include <wine/winternl.h>
|
||||
#include <winternl.h>
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "wine/winternl.h"
|
||||
#include "winternl.h"
|
||||
#include "wine/exception.h"
|
||||
#include "winnt.h"
|
||||
#include "excpt.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "wine/winternl.h"
|
||||
#include "winternl.h"
|
||||
#include <internal/wine/msvcrt.h>
|
||||
#include "wine/exception.h"
|
||||
#include "excpt.h"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue