X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fcmake%2FconfigCompiler.h.msvc;h=bec1a4113caa69de150cb8205052d45d10346566;hb=c7c9744368cfabfaf29a6071954eb6c1500e6d55;hp=334015b5e97573d1aafbb7aa618927baf42c952a;hpb=a0a472c16e09205c1eca5dd9521720368ce9e3fe;p=lyx.git diff --git a/development/cmake/configCompiler.h.msvc b/development/cmake/configCompiler.h.msvc index 334015b5e9..bec1a4113c 100644 --- a/development/cmake/configCompiler.h.msvc +++ b/development/cmake/configCompiler.h.msvc @@ -124,12 +124,6 @@ #define BOOST_ALL_NO_LIB 1 -#if defined(HAVE_OSTREAM) && defined(HAVE_LOCALE) && defined(HAVE_SSTREAM) -# define USE_BOOST_FORMAT 1 -#else -# define USE_BOOST_FORMAT 0 -#endif - #ifdef _DEBUG # define ENABLE_ASSERTIONS 1 #endif @@ -152,6 +146,12 @@ # define USE_WCHAR_T #endif +#ifdef HAVE_LONG_LONG +#ifdef SIZEOF_LONG_LONG_GREATER_THAN_SIZEOF_LONG +#define LYX_USE_LONG_LONG +#endif +#endif + #if defined(MAKE_INTL_LIB) && defined(_MSC_VER) #define __attribute__(x) #define inline