- Fix compilation with msvc

svn path=/trunk/; revision=52233
This commit is contained in:
Giannis Adamopoulos 2011-06-14 17:23:36 +00:00
parent 6ba68445bf
commit 9e24b605cb
2 changed files with 2 additions and 4 deletions

View file

@ -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__

View file

@ -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,