osd-contiki/platform/win32/vcproj
oliverschmidt 33eeb8ccbb - Switched from from a CTK draw service to a statically linked CTK draw implementation.
- Workarounded the following CTK glitch:

ctk.c calls ctk_arch_keyavail() and ctk_arch_getkey() and needs therefore appropriate declarations (or macros) but it doesn't include a ctk_arch.h or alike to bring those in. So it's necessary to bring those declarations in via contiki-conf.h.

But ctk_arch_getkey() is supposed to return a ctk_arch_key_t - and this typedef'ed in ctk.h which means that ctk.h would need to be included in contiki-conf.h before declaring ctk_arch_getkey().

This IS rather undesirable so the current workaround is to declare ctk_arch_getkey() as returning a char - this is btw done similiar in platform/gtk as well. See ctk/ctk-gtksim.h:

guint ctk_arch_getkey(void);
2007-04-15 13:30:16 +00:00
..
about.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
about.prg.vcproj Removed minor redundancy. 2007-04-13 21:47:09 +00:00
calc.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
calc.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
contiki.exe.vcproj - Switched from from a CTK draw service to a statically linked CTK draw implementation. 2007-04-15 13:30:16 +00:00
dhcp.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
dhcp.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
directory.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
directory.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
email.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
email.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
ftp.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
ftp.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
irc.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
irc.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
netconf.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
netconf.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
processes.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
processes.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
shell.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
shell.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
telnet.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
telnet.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
telnetd.dsc.vcproj Added the shell server to the Win32 platform. 2007-04-13 21:55:55 +00:00
telnetd.prg.vcproj Added the shell server to the Win32 platform. 2007-04-13 21:55:55 +00:00
webserver.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
webserver.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
www.dsc.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00
www.prg.vcproj Moved VC++ project files into vcproj subdirectory. 2007-04-06 23:53:59 +00:00