Small enhancement.
[wine/hacks.git] / include / tweak.h
blob57528e0d3d70942af42b908e1672da76559f1c20
1 /******************************************************************************
3 * Wine Windows 95 interface tweaks
5 * Copyright (c) 1997 Dave Cuthbert (dacut@ece.cmu.edu)
7 *****************************************************************************/
9 #if !defined(__WINE_TWEAK_H)
10 #define __WINE_TWEAK_H
12 #include "windef.h"
14 typedef enum
16 WIN31_LOOK,
17 WIN95_LOOK,
18 WIN98_LOOK
19 } WINE_LOOK;
22 int TWEAK_Init(void);
23 int TWEAK_CheckConfiguration(void);
25 extern WINE_LOOK TWEAK_WineLook;
27 #endif /* __WINE_TWEAK_H */