Ignore:
Timestamp:
Jul 21, 1999, 9:13:47 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4 r353  
    1 /* $Id: static.h,v 1.1 1999-05-24 20:19:19 ktk Exp $ */
     1/* $Id: static.h,v 1.2 1999-07-21 07:13:47 sandervl Exp $ */
    22
    33/*
     
    55 *
    66 * Copyright 1994 Alexandre Julliard
     7 * Copyright 1999 Christoph Bratschi
    78 */
     9
     10#define ODINSTATICCLASSNAME  "ODIN_STATIC"
     11#define WIN32STATICCLASSNAME "STATIC"
    812
    913#ifndef __WINE_STATIC_H
     
    1519typedef struct
    1620{
    17     HFONT16  hFont;   /* Control font (or 0 for system font) */
     21    HFONT    hFont;   /* Control font (or 0 for system font) */
    1822    WORD     dummy;   /* Don't know what MS-Windows puts in there */
    19     HICON16  hIcon;   /* Icon handle for SS_ICON controls */
     23    HICON    hIcon;   /* Icon handle for SS_ICON controls */
    2024} STATICINFO;
    2125
    22 extern LRESULT WINAPI StaticWndProc( HWND hWnd, UINT uMsg, WPARAM wParam,
    23                                      LPARAM lParam );
     26extern LRESULT WINAPI StaticWndProc(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
     27
     28BOOL STATIC_Register();
     29BOOL STATIC_Unregister();
    2430
    2531#endif  /* __WINE_STATIC_H */
     32
Note: See TracChangeset for help on using the changeset viewer.