symbian-qemu-0.9.1-12/python-2.6.1/RISCOS/Python/getcwd_riscos.c
author Gareth Stockwell <gareth.stockwell@accenture.com>
Tue, 14 Sep 2010 17:21:05 +0100
branchgraphics-phase-3
changeset 109 ae83407e7b6a
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Added Makefile for building syborg-graphicswrapper using GCC At present the build fails due to the following missing headers: KhronosAPIWrapper.h VirtualVideoInterfaceConstants.h platformthreading.h protocol_MGraphicsVHWCallback.h

char *getcwd(char *buf, int size)
{
  buf[0] = '\0';
  return buf;
}