ENH: fix for vs 70
This commit is contained in:
parent
ed5661821c
commit
2d0e838339
|
@ -98,13 +98,13 @@
|
||||||
{
|
{
|
||||||
typedef long long LongLong;
|
typedef long long LongLong;
|
||||||
}
|
}
|
||||||
#elif @KWSYS_NAMESPACE@_USE_USE___INT64
|
#elif @KWSYS_NAMESPACE@_USE___INT64
|
||||||
namespace @KWSYS_NAMESPACE@
|
namespace @KWSYS_NAMESPACE@
|
||||||
{
|
{
|
||||||
typedef __int64 LongLong;
|
typedef __int64 LongLong;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
//# error "No Long long"
|
# error "No Long Long"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define these macros temporarily to keep the code readable. */
|
/* Define these macros temporarily to keep the code readable. */
|
||||||
|
|
Loading…
Reference in New Issue