1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

Back to dev mode

This commit is contained in:
Frank Denis 2019-01-07 11:48:14 +01:00
parent b732443c44
commit 7eec5b8716

View File

@ -1,7 +1,7 @@
#ifndef common_H
#define common_H 1
#if !defined(_MSC_VER) && 0
#if !defined(_MSC_VER) && 1
# warning *** This is unstable, untested, development code.
# warning It might not compile. It might not work as expected.
# warning It might be totally insecure.