source: trunk/include/win/datetime.h@ 4

Last change on this file since 4 was 4, checked in by ktk, 26 years ago

Import

File size: 438 bytes
Line 
1/* $Id: datetime.h,v 1.1 1999-05-24 20:19:10 ktk Exp $ */
2
3/*
4 * Date and time picker class extra info
5 *
6 * Copyright 1998 Eric Kohl
7 */
8
9#ifndef __WINE_DATETIME_H
10#define __WINE_DATETIME_H
11
12typedef struct tagDATETIME_INFO
13{
14 DWORD dwDummy; /* just to keep the compiler happy ;-) */
15
16
17} DATETIME_INFO, *LPDATETIME_INFO;
18
19
20extern VOID DATETIME_Register (VOID);
21extern VOID DATETIME_Unregister (VOID);
22
23#endif /* __WINE_DATETIME_H */
Note: See TracBrowser for help on using the repository browser.