mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
include winreg.h
svn path=/trunk/; revision=41693
This commit is contained in:
parent
567fa14209
commit
c80579baa7
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#include<stdarg.h>
|
||||
#include <stdarg.h>
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
#define STANDALONE
|
||||
|
@ -6,6 +6,7 @@
|
|||
#include "winternl.h"
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "powrprof.h"
|
||||
#include "assert.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue