Skip to content

Commit

Permalink
[GreenPad] add AXP64 defines
Browse files Browse the repository at this point in the history
  • Loading branch information
roytam1 committed Jul 24, 2023
1 parent 0b000e3 commit 6e0c089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GreenPad/GpMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,8 @@ void GreenPadWnd::on_helpabout()
#define PALT TEXT( "- ARM64" )
#elif defined(_M_ARM)
#define PALT TEXT( "- ARM" )
#elif defined(_M_ALPHA) && defined(WIN64)
#define PALT TEXT( "- Alpha64" )
#elif defined(_M_ALPHA)
#define PALT TEXT( "- Alpha" )
#elif defined(_M_PPC)
Expand Down
2 changes: 2 additions & 0 deletions GreenPad/kilib/textfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,8 @@ int TextFileR::chardetAutoDetection( const uchar* ptr, ulong siz )
# define CHARDET_DLL "cdetmips.dll"
#elif defined(_M_PPC)
# define CHARDET_DLL "cdetppc.dll"
#elif defined(_M_ALPHA) && defined(WIN64)
# define CHARDET_DLL "chardet_axp64.dll"
#elif defined(_M_ALPHA)
# define CHARDET_DLL "cdetaxp.dll"
#else
Expand Down

0 comments on commit 6e0c089

Please sign in to comment.