win64: show 64bit info

This commit is contained in:
Thorsten Liebig 2012-05-24 09:59:31 +02:00
parent 6bf0b06162
commit a81e58dbcd

View File

@ -46,7 +46,7 @@ int main(int argc, char *argv[])
openEMS FDTD; openEMS FDTD;
#endif #endif
#ifdef _LP64 #ifdef defined(_LP64) || defined(_WIN64)
string bits = "64bit"; string bits = "64bit";
#else #else
string bits = "32bit"; string bits = "32bit";