Ignore:
Timestamp:
Feb 5, 2000, 3:42:20 AM (26 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/windows.h

    r1118 r2651  
    1 /* $Id: windows.h,v 1.4 1999-10-04 09:55:51 sandervl Exp $ */
     1/* $Id: windows.h,v 1.5 2000-02-05 02:42:19 sandervl Exp $ */
    22
    33#ifndef __WINE_WINDOWS_H
     
    3131#include "winver.h"
    3232
    33 #if 0
    34   Where does this belong? Nobody uses this stuff anyway.
    35 typedef struct {
    36         BYTE i;  /* much more .... */
    37 } KANJISTRUCT;
    38 typedef KANJISTRUCT *LPKANJISTRUCT;
    39 typedef KANJISTRUCT *NPKANJISTRUCT;
    40 typedef KANJISTRUCT *PKANJISTRUCT;
    41 
    42 BOOL16      WINAPI CheckMenuRadioButton16(HMENU16,UINT16,UINT16,UINT16,BOOL16);
    43 BOOL      WINAPI CheckMenuRadioButton(HMENU,UINT,UINT,UINT,BOOL);
    44 WORD        WINAPI WOWHandle16(HANDLE,WOW_HANDLE_TYPE);
    45 BOOL16      WINAPI GetPrivateProfileStruct16(LPCSTR,LPCSTR,LPVOID,UINT16,LPCSTR);
    46 INT16       WINAPI GetPrivateProfileSection16(LPCSTR,LPSTR,UINT16,LPCSTR);
    47 
    48 #endif /* 0 */
    4933
    5034#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.