j
k
j a
j l
Christian Costa titan.costa@gmail.com writes:
+static inline char* debugstr_longlong(LONGLONG val) +{ static char string[17]; sprintf(string, "%08x%08x", *((DWORD*)&val + 1), *(DWORD*)&val); return string;
+static inline char* debugstr_longlong(LONGLONG val) +{
Check how this is done in other places.
Back to the thread
Back to the list