Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F607340
Architecture.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
645 B
Subscribers
None
Architecture.cpp
View Options
#include
"Architecture.h"
/*
#ifdef _WIN64
const WCHAR Architecture::NAME[] = L"x64";
const WCHAR Architecture::PRINTF_DWORD_PTR[] = L"%I64X";
const WCHAR Architecture::PRINTF_DWORD_PTR_FULL[] = L"%016I64X";
const WCHAR Architecture::PRINTF_DWORD_PTR_HALF[] = L"%08I64X";
const WCHAR Architecture::PRINTF_INTEGER[] = L"%I64u";
#else
const WCHAR Architecture::NAME[] = L"x86";
const WCHAR Architecture::PRINTF_DWORD_PTR[] = L"%X";
const WCHAR Architecture::PRINTF_DWORD_PTR_FULL[] = L"%08X";
const WCHAR Architecture::PRINTF_DWORD_PTR_HALF[] = L"%08X";
const WCHAR Architecture::PRINTF_INTEGER[] = L"%u";
#endif
*/
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Apr 2, 1:31 AM (18 h, 41 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8b/4b/e645ed0399de46f50117f48c1785
Attached To
rSCY Scylla
Event Timeline
Log In to Comment