diff -r fe967eec43d1 -r e7cdf3ce0fb6 os2.c --- a/os2.c Sun Feb 20 09:05:28 2005 +0000 +++ b/os2.c Mon Feb 21 18:59:54 2005 +0000 @@ -1,5 +1,6 @@ #include "stdafx.h" #include "ttd.h" +#include "window.h" #include "string.h" #include "table/strings.h" #include "hal.h" @@ -529,7 +530,7 @@ return ttd_main(argc, argv); } -void DeterminePaths() +void DeterminePaths(void) { char *s; @@ -678,4 +679,4 @@ OS2MidiSetVolume, }; - +bool InsertTextBufferClipboard(Textbuf *tb) {return false;}