Fixed/commented out duplicate entry point names.
[wine/multimedia.git] / include / mapidefs.h
blobb7c205c1127e2b7d2d18663b054b295cec6222a1
1 #ifndef __WINE_MAPIDEFS_H
2 #define __WINE_MAPIDEFS_H
4 #include "windef.h"
6 #ifndef _tagCY_DEFINED
7 #define _tagCY_DEFINED
8 typedef union tagCY
10 struct {
11 #ifdef BIG_ENDIAN
12 long Hi;
13 long Lo;
14 #else
15 unsigned long Lo;
16 long Hi;
17 #endif
18 } u;
19 LONGLONG int64;
20 } CY;
21 #endif /* _tagCY_DEFINED */
23 #endif /*__WINE_MAPIDEFS_H*/