Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1881 → Rev 1882

/programs/develop/libraries/menuetlibc/src/libc/pc_hw/hwint/Makefile
0,0 → 1,4
THIS_SRCS = disable.c enable.c
 
include $(MENUET_LIBC_TOPDIR)/Make.rules
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/programs/develop/libraries/menuetlibc/src/libc/pc_hw/hwint/disable.c
0,0 → 1,8
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
#include <dos.h>
#include <assert.h>
 
int disable(void)
{
return -1;
}
Property changes:
Added: svn:executable
+*
\ No newline at end of property
/programs/develop/libraries/menuetlibc/src/libc/pc_hw/hwint/enable.c
0,0 → 1,8
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
#include <dos.h>
#include <assert.h>
 
int enable(void)
{
return -1;
}
Property changes:
Added: svn:executable
+*
\ No newline at end of property