mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 22:04:33 +02:00
talloc won't work with MSC (no sbrk or brk available)
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@774 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
4950f7483b
commit
005e8cc35f
@ -12,6 +12,8 @@
|
|||||||
** use it only, if your programs are already debugged !!
|
** use it only, if your programs are already debugged !!
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
#ifndef _MSC_VER /* MSC has no brk/sbrk */
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
@ -219,3 +221,5 @@ main()
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user