Fixed bug in CreateFileMapping when name is not NULL.
[wine/multimedia.git] / include / mapidefs.h
blob19f94ef2a5612b73746f71fdc9a588580b2b0057
1 #ifndef __WINE_MAPIDEFS_H
2 #define __WINE_MAPIDEFS_H
4 #include "wintypes.h"
6 typedef union tagCY CY;
8 union tagCY{
9 struct {
10 unsigned long Lo;
11 long Hi;
12 } u;
13 LONGLONG int64;
16 #endif /*__WINE_MAPIDEFS_H*/