Visual studio 2005 thinks that long long int is 64 bit. The difference between
commitb920306e74c1fe0e90b39ce898f84fdcb0c4e49d
authorPatrick Welche <pwelche@src.gnome.org>
Tue, 3 Mar 2009 18:01:54 +0000 (3 18:01 +0000)
committerPatrick Welche <pwelche@src.gnome.org>
Tue, 3 Mar 2009 18:01:54 +0000 (3 18:01 +0000)
tree9f999acb1b96b330c5864a78907c2b0d7f3a6278
parente78c5089bafca8029b2f2a8c380c78af61f606cf
Visual studio 2005 thinks that long long int is 64 bit. The difference between
"myint" and int64_t is that if _DEBUG is defined, a Cint64 class is used
with some asserts in the operator definitions. I think long long int is safe.

svn path=/trunk/; revision=3646
ChangeLog
Src/DasherCore/DasherViewSquare.cpp
configure.in