Use exception handler for GlobalUnlock, GlobalFree.
[wine/wine64.git] / include / sysmetrics.h
blobd582b3f83fcb37145e670aef1f1fc94207a76b46
1 /*
2 * System metrics definitions
4 * Copyright 1994 Alexandre Julliard
5 */
7 #ifndef __WINE_SYSMETRICS_H
8 #define __WINE_SYSMETRICS_H
10 extern void SYSMETRICS_Init(void); /* sysmetrics.c */
11 extern INT SYSMETRICS_Set( INT index, INT value ); /* sysmetrics.c */
12 extern void SYSCOLOR_Init(void); /* syscolor.c */
14 /* Wine extensions */
15 #define SM_WINE_BPP (SM_CMETRICS+1) /* screen bpp */
16 #define SM_WINE_CMETRICS SM_WINE_BPP
18 #endif /* __WINE_SYSMETRICS_H */