mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
removing MSDOS defines and code
include/config-win.h: removed reference to MSDOS
This commit is contained in:
@@ -119,12 +119,6 @@ extern char NEAR _dig_vec_lower[];
|
||||
#define memcpy_fixed(A,B,C) memcpy((A),(B),(C))
|
||||
#endif
|
||||
|
||||
#ifdef MSDOS
|
||||
#undef bmove_align
|
||||
#define bmove512(A,B,C) bmove_align(A,B,C)
|
||||
extern void bmove_align(gptr dst,const gptr src,uint len);
|
||||
#endif
|
||||
|
||||
#if (!defined(USE_BMOVE512) || defined(HAVE_purify)) && !defined(bmove512)
|
||||
#define bmove512(A,B,C) memcpy(A,B,C)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user