Fixed/commented out duplicate entry point names.
[wine/multimedia.git] / include / tweak.h
blob906ac3a8d463815995d5123cccf687f219c76e1f
1 /******************************************************************************
3 * Wine Windows 95 interface tweaks
5 * Copyright (c) 1997 Dave Cuthbert (dacut@ece.cmu.edu)
7 *****************************************************************************/
9 #ifndef __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 */