non-x86 specific 64bit test

This commit is contained in:
raburton 2008-08-22 14:17:04 +00:00
parent 39a9aabbf5
commit c10fdc422b
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ void InitKiCadAbout(wxAboutDialogInfo& info)
/* Check for linux and arch */
#if __gnu_linux__
description << (_("on GNU/Linux "));
#if __x86_64
#ifdef _LP64
description << (_("64 bits"));
#else
description << (_("32 bits"));