mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
wrong change, sorry
svn path=/trunk/; revision=52335
This commit is contained in:
parent
2fbf2256b4
commit
918e9d79cc
1 changed files with 12 additions and 2 deletions
|
@ -18,10 +18,20 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <precomp.h>
|
||||
|
||||
#define MAX_PROPERTY_SHEET_PAGE 32
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define NTOS_MODE_USER
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
#define COBJMACROS
|
||||
#include <windows.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <fmifs/fmifs.h>
|
||||
#include <largeint.h>
|
||||
|
||||
#include <precomp.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
||||
|
||||
typedef enum
|
||||
|
|
Loading…
Reference in a new issue