1
0
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:
unknown
2006-05-08 14:50:13 -05:00
parent d9c1d25882
commit ec82432941
22 changed files with 26 additions and 211 deletions

View File

@@ -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