mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
More Linux compilation fixes
svn path=/trunk/; revision=2211
This commit is contained in:
parent
a28f736301
commit
6ad77c02b3
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: resource.c,v 1.5 2001/04/04 22:21:31 dwelch Exp $
|
/* $Id: resource.c,v 1.6 2001/08/31 19:30:16 dwelch Exp $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* FILE: ntoskrnl/io/resource.c
|
* FILE: ntoskrnl/io/resource.c
|
||||||
|
@ -103,7 +103,7 @@ IoQueryDeviceDescription(PINTERFACE_TYPE BusType,
|
||||||
PIO_QUERY_DEVICE_ROUTINE CalloutRoutine,
|
PIO_QUERY_DEVICE_ROUTINE CalloutRoutine,
|
||||||
PVOID Context)
|
PVOID Context)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS STDCALL
|
NTSTATUS STDCALL
|
||||||
|
|
|
@ -25,7 +25,7 @@ PREFIX = /usr/mingw32-2.95.3-fc/bin/mingw32-pc-
|
||||||
EXE_POSTFIX :=
|
EXE_POSTFIX :=
|
||||||
EXE_PREFIX := ./
|
EXE_PREFIX := ./
|
||||||
DLLTOOL = $(PREFIX)dlltool --as=$(PREFIX)as
|
DLLTOOL = $(PREFIX)dlltool --as=$(PREFIX)as
|
||||||
NASM = nasm
|
NASM_CMD = nasm
|
||||||
DOSCLI =
|
DOSCLI =
|
||||||
FLOPPY_DIR = /mnt/floppy
|
FLOPPY_DIR = /mnt/floppy
|
||||||
SEP := /
|
SEP := /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue