Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F399204
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, Oct 9, 7:28 AM (12 h, 12 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3e/96/4c2183a616e1967d5524e388d0d5
Attached To
rSCY Scylla
Event Timeline
Log In to Comment