mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[PSDK]
struct _DRVENABLEDATA -> struct tagDRVENABLEDATA svn path=/trunk/; revision=66640
This commit is contained in:
parent
4aa79e133e
commit
6ff50b28b0
1 changed files with 2 additions and 3 deletions
|
@ -538,7 +538,7 @@ typedef struct _DRVFN {
|
|||
#define DDI_DRIVER_VERSION_NT5_01 0x00030100
|
||||
#define DDI_DRIVER_VERSION_NT5_01_SP1 0x00030101
|
||||
|
||||
typedef struct _DRVENABLEDATA {
|
||||
typedef struct tagDRVENABLEDATA {
|
||||
ULONG iDriverVersion;
|
||||
ULONG c;
|
||||
DRVFN *pdrvfn;
|
||||
|
@ -2351,8 +2351,7 @@ ENGAPI
|
|||
BOOL
|
||||
APIENTRY
|
||||
EngRestoreFloatingPointState(
|
||||
_In_reads_(_Inexpressible_(statesize))
|
||||
PVOID pBuffer);
|
||||
_In_reads_(_Inexpressible_(statesize)) PVOID pBuffer);
|
||||
|
||||
_Check_return_
|
||||
_Success_(((pBuffer != NULL && cjBufferSize != 0) && return == 1) ||
|
||||
|
|
Loading…
Reference in a new issue