blob: b9c39c746b9a0230a296b5a59e2eaa0002db7456 [file] [log] [blame]
/******************************************************************************
*
* Wine Windows 95 interface tweaks
*
* Copyright (c) 1997 Dave Cuthbert (dacut@ece.cmu.edu)
*
*****************************************************************************/
#if !defined(__WINE_TWEAK_H)
#define __WINE_TWEAK_H
#include "wintypes.h"
typedef enum
{
WIN31_LOOK,
WIN95_LOOK,
WIN98_LOOK
} WINE_LOOK;
int TWEAK_Init(void);
int TWEAK_CheckConfiguration(void);
extern WINE_LOOK TWEAK_WineLook;
#endif /* __WINE_TWEAK_H */