win64: show 64bit info

pull/1/head
Thorsten Liebig 2012-05-24 09:59:31 +02:00
parent 6bf0b06162
commit a81e58dbcd
1 changed files with 1 additions and 1 deletions

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";