mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
backport of
Revision: 2597.72.1 revid:sp1r-Reggie@core.-20080403153947-15243 removed instances of __NT__ from code. We now only build "NT" binaries
This commit is contained in:
parent
14c2cfb568
commit
4acaca0202
11 changed files with 36 additions and 42 deletions
|
|
@ -36,7 +36,7 @@ int my_delete(const char *name, myf MyFlags)
|
|||
DBUG_RETURN(err);
|
||||
} /* my_delete */
|
||||
|
||||
#if defined(__WIN__) && defined(__NT__)
|
||||
#if defined(__WIN__)
|
||||
/*
|
||||
Delete file which is possibly not closed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue