mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
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;
|