Changeset 5383 for trunk/include


Ignore:
Timestamp:
Mar 27, 2001, 6:15:49 PM (25 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
2 edited

Legend:

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

    r4626 r5383  
    1 /* $Id: cursoricon.h,v 1.4 2000-11-19 11:50:13 sandervl Exp $ */
     1/* $Id: cursoricon.h,v 1.5 2001-03-27 16:15:49 sandervl Exp $ */
    22
    33/*
     
    99#ifndef __WINE_CURSORICON_H
    1010#define __WINE_CURSORICON_H
    11 
    12 #include "windef.h"
    1311
    1412#include "pshpack1.h"
     
    4442    WORD                idType;
    4543    WORD                idCount;
    46     CURSORICONDIRENTRY  idEntries[1] WINE_PACKED;
     44    CURSORICONDIRENTRY  idEntries[1];
    4745} CURSORICONDIR;
    4846
     
    8886extern void CURSORICON_Init( void );
    8987
    90 extern HCURSOR16 CURSORICON_IconToCursor( HICON16 hIcon,
    91                                           BOOL bSemiTransparent );
    92 
    9388extern HGLOBAL CURSORICON_Load( HINSTANCE hInstance, LPCWSTR name,
    9489                                int width, int height, int colors,
  • trunk/include/win32type.h

    r4855 r5383  
    1 /* $Id: win32type.h,v 1.44 2000-12-30 13:26:53 sandervl Exp $ */
    2 
    31/*
    42 * Win32 type definitions for OS/2
     
    549547} POINT, *PPOINT, *LPPOINT;
    550548
     549typedef struct tagPOINT16
     550{
     551    SHORT  x;
     552    SHORT  y;
     553} POINT16, *PPOINT16, *LPPOINT16;
    551554
    552555typedef struct
Note: See TracChangeset for help on using the changeset viewer.