From 10bec20ee3d4490d0041d0ed83d5239ffd853f0a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 21 Sep 2006 15:19:20 +0200 Subject: Windows 64bit fixes Fixed udf_example, so tests now can also run udf on win. sql/udf_example.def: BitKeeper file /home/georg/work/mysql/prod/mysql-5.1-win/sql/udf_example.def include/config-win.h: removed USE_32_BIT_TIME include/my_time.h: Fixed size of my_time for Win64 (should be 64bit) mysql-test/mysql-test-run.pl: Added windows paths for udf_example sql/CMakeLists.txt: Added udf_example.dll sql/udf_example.c: Windows doesn't know about socket.h and friends. Use winsock.h instead --- include/config-win.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/config-win.h') diff --git a/include/config-win.h b/include/config-win.h index 00d2fa0dea6..5290cf83896 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -25,7 +25,6 @@ functions */ #if defined(_MSC_VER) && _MSC_VER >= 1400 /* Avoid endless warnings about sprintf() etc. being unsafe. */ #define _CRT_SECURE_NO_DEPRECATE 1 -#define _USE_32BIT_TIME_T 1 /* force time_t to be 32 bit */ #endif #include -- cgit v1.2.1