diff --git a/src/dialog/windows/SDL_windowsdialog.c b/src/dialog/windows/SDL_windowsdialog.c index 3009df58be..b10f82fabb 100644 --- a/src/dialog/windows/SDL_windowsdialog.c +++ b/src/dialog/windows/SDL_windowsdialog.c @@ -38,52 +38,25 @@ typedef struct _COMDLG_FILTERSPEC typedef enum FDE_OVERWRITE_RESPONSE { - FDEOR_DEFAULT - FDEOR_ACCEPT - FDEOR_REFUSE + FDEOR_DEFAULT, + FDEOR_ACCEPT, + FDEOR_REFUSE, } FDE_OVERWRITE_RESPONSE; typedef enum FDE_SHAREVIOLATION_RESPONSE { - FDESVR_DEFAULT - FDESVR_ACCEPT - FDESVR_REFUSE + FDESVR_DEFAULT, + FDESVR_ACCEPT, + FDESVR_REFUSE, } FDE_SHAREVIOLATION_RESPONSE; typedef enum FDAP { - FDAP_BOTTOM - FDAP_TOP + FDAP_BOTTOM, + FDAP_TOP, } FDAP; typedef ULONG SFGAOF; - -typedef enum GETPROPERTYSTOREFLAGS -{ - GPS_DEFAULT = 0x0, - GPS_HANDLERPROPERTIESONLY = 0x1, - GPS_READWRITE = 0x2, - GPS_TEMPORARY = 0x4, - GPS_FASTPROPERTIESONLY = 0x8, - GPS_OPENSLOWITEM = 0x10, - GPS_DELAYCREATION = 0x20, - GPS_BESTEFFORT = 0x40, - GPS_NO_OPLOCK = 0x80, - GPS_PREFERQUERYPROPERTIES = 0x100, - GPS_EXTRINSICPROPERTIES = 0x200, - GPS_EXTRINSICPROPERTIESONLY = 0x400, - GPS_VOLATILEPROPERTIES = 0x800, - GPS_VOLATILEPROPERTIESONLY = 0x1000, - GPS_MASK_VALID = 0x1FFF -} GETPROPERTYSTOREFLAGS; - -typedef struct _tagpropertykey { - GUID fmtid; - DWORD pid; -} PROPERTYKEY; - -#define REFPROPERTYKEY const PROPERTYKEY * const - typedef DWORD SHCONTF; #endif // WINVER < _WIN32_WINNT_VISTA