7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 00:21:36 +00:00

non-x86 specific 64bit test

This commit is contained in:
raburton 2008-08-22 14:17:04 +00:00
parent 39a9aabbf5
commit c10fdc422b

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