mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:02:58 +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)
|
#define DEF_I64(x) (x##I64)
|
||||||
|
|
||||||
/* ReactOS-specific defines */
|
/* ReactOS-specific defines */
|
||||||
#ifdef USE_REACTOS_DDK
|
|
||||||
#else //USE_REACTOS_DDK
|
|
||||||
|
|
||||||
#define DDKAPI __stdcall
|
#define DDKAPI __stdcall
|
||||||
#define DDKFASTAPI __fastcall
|
#define DDKFASTAPI __fastcall
|
||||||
#define DDKCDECLAPI _cdecl
|
#define DDKCDECLAPI _cdecl
|
||||||
|
|
||||||
#endif //DDKAPI
|
|
||||||
|
|
||||||
#define DECLSPEC_NAKED __declspec(naked)
|
#define DECLSPEC_NAKED __declspec(naked)
|
||||||
|
|
||||||
#endif //__GNUC__
|
#endif //__GNUC__
|
||||||
|
|
|
@ -243,6 +243,7 @@ UniataSataEvent(
|
||||||
} // end UniataSataEvent()
|
} // end UniataSataEvent()
|
||||||
|
|
||||||
ULONG
|
ULONG
|
||||||
|
NTAPI
|
||||||
UniataSataReadPort4(
|
UniataSataReadPort4(
|
||||||
IN PHW_CHANNEL chan,
|
IN PHW_CHANNEL chan,
|
||||||
IN ULONG io_port_ndx,
|
IN ULONG io_port_ndx,
|
||||||
|
@ -311,6 +312,7 @@ UniataSataReadPort4(
|
||||||
} // end UniataSataReadPort4()
|
} // end UniataSataReadPort4()
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
NTAPI
|
||||||
UniataSataWritePort4(
|
UniataSataWritePort4(
|
||||||
IN PHW_CHANNEL chan,
|
IN PHW_CHANNEL chan,
|
||||||
IN ULONG io_port_ndx,
|
IN ULONG io_port_ndx,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue