Fixing build bustage on windows mobile b=402948. patch by blassey. not part of ff build

This commit is contained in:
dougt%meer.net 2007-11-27 23:51:44 +00:00
Родитель 75711cff65
Коммит 34c9d0f306
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -589,9 +589,20 @@ struct color{
double Alpha;
};
#ifndef SEE_MASK_FLAG_DDEWAIT
#define SEE_MASK_FLAG_DDEWAIT 0
#endif
#ifndef SEE_MASK_INVOKEIDLIST
#define SEE_MASK_INVOKEIDLIST 0
#endif
// if using WINCE 5.0 SDK, you need these:
#define LPRASPBDLG void*
#define LPRASDIALDLG void*
#endif