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

header updates

File:
1 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,
Note: See TracChangeset for help on using the changeset viewer.