Fixed a couple of file descriptor leaks.
[wine/multimedia.git] / include / tweak.h
blob7eab50e02388902fabccdb0241fa2f22d6d391a6
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);
24 extern WINE_LOOK TWEAK_WineLook;
26 #endif /* __WINE_TWEAK_H */