mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:56:06 +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
|
||||
* 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
|
||||
* FILE: ntoskrnl/io/resource.c
|
||||
|
@ -103,7 +103,7 @@ IoQueryDeviceDescription(PINTERFACE_TYPE BusType,
|
|||
PIO_QUERY_DEVICE_ROUTINE CalloutRoutine,
|
||||
PVOID Context)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
NTSTATUS STDCALL
|
||||
|
|
|
@ -25,7 +25,7 @@ PREFIX = /usr/mingw32-2.95.3-fc/bin/mingw32-pc-
|
|||
EXE_POSTFIX :=
|
||||
EXE_PREFIX := ./
|
||||
DLLTOOL = $(PREFIX)dlltool --as=$(PREFIX)as
|
||||
NASM = nasm
|
||||
NASM_CMD = nasm
|
||||
DOSCLI =
|
||||
FLOPPY_DIR = /mnt/floppy
|
||||
SEP := /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue