mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
4019caae75
svn path=/branches/shell32_new-bringup/; revision=51893
17 lines
244 B
C
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;
|