reactos/dll/win32/shimgvw/shimgvw.h
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

17 lines
244 B
C

#include <windows.h>
#include "resource.h"
#define TB_IMAGE_WIDTH 16
#define TB_IMAGE_HEIGHT 16
extern HINSTANCE hInstance;
typedef struct
{
BOOL Maximized;
INT Left;
INT Top;
INT Right;
INT Bottom;
} SHIMGVW_SETTINGS;