mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:45:40 +00:00
Correct placement of calling convention attribute
svn path=/trunk/; revision=41563
This commit is contained in:
parent
c768112083
commit
c14238f2a9
1 changed files with 4 additions and 4 deletions
|
@ -365,12 +365,12 @@ typedef struct _SERENUM_PORT_DESC {
|
||||||
USHORT Reserved[1];
|
USHORT Reserved[1];
|
||||||
} SERENUM_PORT_DESC, *PSERENUM_PORT_DESC;
|
} SERENUM_PORT_DESC, *PSERENUM_PORT_DESC;
|
||||||
|
|
||||||
typedef UCHAR NTAPI
|
typedef UCHAR
|
||||||
(*PSERENUM_READPORT)(
|
(NTAPI*PSERENUM_READPORT)(
|
||||||
PVOID SerPortAddress);
|
PVOID SerPortAddress);
|
||||||
|
|
||||||
typedef VOID NTAPI
|
typedef VOID
|
||||||
(*PSERENUM_WRITEPORT)(
|
(NTAPI*PSERENUM_WRITEPORT)(
|
||||||
PVOID SerPortAddress,
|
PVOID SerPortAddress,
|
||||||
UCHAR Value);
|
UCHAR Value);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue