mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
synced with main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Platform.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/Platform.h#2 $
|
||||
// $Id: //poco/svn/Foundation/include/Poco/Platform.h#3 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Core
|
||||
@@ -148,7 +148,7 @@
|
||||
#else
|
||||
#define POCO_ARCH_LITTLE_ENDIAN 1
|
||||
#endif
|
||||
#elif defined(__x86_64__)
|
||||
#elif defined(__x86_64__) || defined(_M_X64)
|
||||
#define POCO_ARCH POCO_ARCH_AMD64
|
||||
#define POCO_ARCH_LITTLE_ENDIAN 1
|
||||
#elif defined(__mips__) || defined(__mips) || defined(__MIPS__) || defined(_M_MRX000)
|
||||
|
Reference in New Issue
Block a user