mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
18 lines
244 B
C
18 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;
|