mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
removing MSDOS defines and code
include/config-win.h: removed reference to MSDOS
This commit is contained in:
parent
d9c1d25882
commit
ec82432941
22 changed files with 26 additions and 211 deletions
|
|
@ -95,7 +95,7 @@ functions */
|
|||
#define O_SHORT_LIVED 0
|
||||
#define SH_DENYNO _SH_DENYNO
|
||||
#else
|
||||
#define O_BINARY _O_BINARY /* compability with MSDOS */
|
||||
#define O_BINARY _O_BINARY /* compability with older style names */
|
||||
#define FILE_BINARY _O_BINARY /* my_fopen in binary mode */
|
||||
#define O_TEMPORARY _O_TEMPORARY
|
||||
#define O_SHORT_LIVED _O_SHORT_LIVED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue