Sign in
goma
/
wine
/
cb1f2c43f2b42c928bc4ba5f9c9e90dc19074a06
/
.
/
include
/
mapidefs.h
blob: 19f94ef2a5612b73746f71fdc9a588580b2b0057 [
file
] [
log
] [
blame
]
#ifndef
__WINE_MAPIDEFS_H
#define
__WINE_MAPIDEFS_H
#include
"wintypes.h"
typedef
union
tagCY CY
;
union
tagCY
{
struct
{
unsigned
long
Lo
;
long
Hi
;
}
u
;
LONGLONG int64
;
};
#endif
/*__WINE_MAPIDEFS_H*/