follow up from bug 520697, winmo bustage fix r=jimm

This commit is contained in:
Brad Lassey 2010-03-06 18:26:18 -05:00
Родитель 097b6252cc
Коммит f87a729ebc
1 изменённых файлов: 0 добавлений и 10 удалений

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

@ -46,16 +46,6 @@
#include <dwmapi.h>
#endif
#if defined(WINCE)
struct MARGINS
{
int cxLeftWidth;
int cxRightWidth;
int cyTopHeight;
int cyBottomHeight;
};
#endif
// These window messages are not defined in dwmapi.h
#ifndef WM_DWMCOMPOSITIONCHANGED
#define WM_DWMCOMPOSITIONCHANGED 0x031E