mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:22:05 +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 0x00030100
|
||||||
#define DDI_DRIVER_VERSION_NT5_01_SP1 0x00030101
|
#define DDI_DRIVER_VERSION_NT5_01_SP1 0x00030101
|
||||||
|
|
||||||
typedef struct _DRVENABLEDATA {
|
typedef struct tagDRVENABLEDATA {
|
||||||
ULONG iDriverVersion;
|
ULONG iDriverVersion;
|
||||||
ULONG c;
|
ULONG c;
|
||||||
DRVFN *pdrvfn;
|
DRVFN *pdrvfn;
|
||||||
|
@ -2351,8 +2351,7 @@ ENGAPI
|
||||||
BOOL
|
BOOL
|
||||||
APIENTRY
|
APIENTRY
|
||||||
EngRestoreFloatingPointState(
|
EngRestoreFloatingPointState(
|
||||||
_In_reads_(_Inexpressible_(statesize))
|
_In_reads_(_Inexpressible_(statesize)) PVOID pBuffer);
|
||||||
PVOID pBuffer);
|
|
||||||
|
|
||||||
_Check_return_
|
_Check_return_
|
||||||
_Success_(((pBuffer != NULL && cjBufferSize != 0) && return == 1) ||
|
_Success_(((pBuffer != NULL && cjBufferSize != 0) && return == 1) ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue