mirror of
https://github.com/libretro/Play-.git
synced 2025-02-24 21:50:58 +00:00
Cleanup.
git-svn-id: http://svn.purei.org/purei/trunk@910 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
5fd26ba083
commit
c2aeae7914
@ -5,16 +5,16 @@
|
||||
|
||||
struct INTEGER64
|
||||
{
|
||||
union
|
||||
{
|
||||
uint64 q;
|
||||
struct
|
||||
{
|
||||
uint32 d0;
|
||||
uint32 d1;
|
||||
};
|
||||
uint32 d[2];
|
||||
};
|
||||
union
|
||||
{
|
||||
uint64 q;
|
||||
struct
|
||||
{
|
||||
uint32 d0;
|
||||
uint32 d1;
|
||||
};
|
||||
uint32 d[2];
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user