misc_gui.c
changeset 1341 3533880da5d5
parent 1336 c9e6b766bf21
child 1344 53e040e3990d
--- a/misc_gui.c	Mon Feb 07 19:23:38 2005 +0000
+++ b/misc_gui.c	Mon Feb 07 19:45:08 2005 +0000
@@ -15,6 +15,11 @@
 #include "sound.h"
 #include "network.h"
 
+// Windows stuff for Clipboard
+#if defined(WIN32)
+#include <windows.h>
+#endif
+
 #include "hal.h" // for file list
 
 bool _query_string_active;
@@ -700,7 +705,7 @@
 
 	if (b == &_userstring[3]) {
 		b[0] = 0x81;
-		b[1] = STR_00D0_NOTHING;
+		b[1] = (char)STR_00D0_NOTHING;
 		b[2] = STR_00D0_NOTHING >> 8;
 		b[3] = 0;
 	} else {