mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[uniata]
- Fix compilation with msvc svn path=/trunk/; revision=52233
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user