From 3706278669d8f8341cdd5899b2da554d388e1ecc Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 28 Feb 2006 12:52:38 +0100 Subject: Windows compile fixes. win/cmakefiles/mysys: Remove no longer existing source file from list. sql/log_event.cc: Fix byte * <-> char * Windows build problem. VC++Files/mysys/mysys.vcproj: Remove no longer existing source file from list. --- win/cmakefiles/mysys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win') diff --git a/win/cmakefiles/mysys b/win/cmakefiles/mysys index 3596825cded..ceecc1368ec 100644 --- a/win/cmakefiles/mysys +++ b/win/cmakefiles/mysys @@ -16,6 +16,6 @@ ADD_LIBRARY(mysys array.c charset-def.c charset.c checksum.c default.c default_m my_mkdir.c my_mmap.c my_net.c my_once.c my_open.c my_pread.c my_pthread.c my_quick.c my_read.c my_realloc.c my_redel.c my_rename.c my_seek.c my_sleep.c my_static.c my_symlink.c my_symlink2.c my_sync.c my_thr_init.c my_wincond.c - my_windac.c my_winsem.c my_winthread.c my_write.c ptr_cmp.c queues.c raid.cc + my_windac.c my_winsem.c my_winthread.c my_write.c ptr_cmp.c queues.c rijndael.c safemalloc.c sha1.c string.c thr_alarm.c thr_lock.c thr_mutex.c thr_rwlock.c tree.c typelib.c my_vle.c base64.c) -- cgit v1.2.1