mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Always compile with __NT__ on windows. in 5.1 itthis #define is
widely used, in replication (delete_allow_opened) and for named pipe support. We do not support Win9x anymore.
This commit is contained in:
parent
94efc1c6b0
commit
171b5d52af
1 changed files with 3 additions and 3 deletions
|
|
@ -45,9 +45,9 @@ CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/support-files/my-medium.cnf.sh
|
|||
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/support-files/my-small.cnf.sh
|
||||
${CMAKE_SOURCE_DIR}/support-files/my-small.ini @ONLY)
|
||||
|
||||
IF(__NT__)
|
||||
ADD_DEFINITIONS(-D__NT__)
|
||||
ENDIF(__NT__)
|
||||
|
||||
ADD_DEFINITIONS(-D__NT__)
|
||||
|
||||
IF(CYBOZU)
|
||||
ADD_DEFINITIONS(-DCYBOZU)
|
||||
ENDIF(CYBOZU)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue