mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[uniata]
- Fix compilation with msvc svn path=/trunk/; revision=52233
This commit is contained in:
parent
6ba68445bf
commit
9e24b605cb
2 changed files with 2 additions and 4 deletions
|
@ -129,15 +129,11 @@
|
|||
#define DEF_I64(x) (x##I64)
|
||||
|
||||
/* ReactOS-specific defines */
|
||||
#ifdef USE_REACTOS_DDK
|
||||
#else //USE_REACTOS_DDK
|
||||
|
||||
#define DDKAPI __stdcall
|
||||
#define DDKFASTAPI __fastcall
|
||||
#define DDKCDECLAPI _cdecl
|
||||
|
||||
#endif //DDKAPI
|
||||
|
||||
#define DECLSPEC_NAKED __declspec(naked)
|
||||
|
||||
#endif //__GNUC__
|
||||
|
|
|
@ -243,6 +243,7 @@ UniataSataEvent(
|
|||
} // end UniataSataEvent()
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
UniataSataReadPort4(
|
||||
IN PHW_CHANNEL chan,
|
||||
IN ULONG io_port_ndx,
|
||||
|
@ -311,6 +312,7 @@ UniataSataReadPort4(
|
|||
} // end UniataSataReadPort4()
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
UniataSataWritePort4(
|
||||
IN PHW_CHANNEL chan,
|
||||
IN ULONG io_port_ndx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue