1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/include/tweak.h
2000-03-18 22:25:41 +00:00

27 lines
497 B
C

/******************************************************************************
*
* Wine Windows 95 interface tweaks
*
* Copyright (c) 1997 Dave Cuthbert (dacut@ece.cmu.edu)
*
*****************************************************************************/
#ifndef __WINE_TWEAK_H
#define __WINE_TWEAK_H
#include "windef.h"
typedef enum
{
WIN31_LOOK,
WIN95_LOOK,
WIN98_LOOK
} WINE_LOOK;
int TWEAK_Init(void);
extern WINE_LOOK TWEAK_WineLook;
#endif /* __WINE_TWEAK_H */