Ignore:
Timestamp:
Jul 21, 1999, 7:19:00 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4 r358  
    1 /* $Id: scroll.h,v 1.1 1999-05-24 20:19:18 ktk Exp $ */
     1/* $Id: scroll.h,v 1.2 1999-07-21 17:18:43 sandervl Exp $ */
    22
    33/*
     
    66 * Copyright 1993 Martin Ayotte
    77 * Copyright 1994 Alexandre Julliard
     8 * Copyright 1999 Christoph Bratschi
    89 */
    910
    1011#ifndef __WINE_SCROLL_H
    1112#define __WINE_SCROLL_H
     13
     14#define ODINSCROLLBARCLASSNAME "ODIN_SCROLLBAR"
     15#define WIN32SCROLLBARCLASSNAME "SCROLLBAR"
    1216
    1317#include "windef.h"
     
    2933                                      UINT msg, POINT pt );
    3034
     35BOOL SCROLLBAR_Register();
     36BOOL SCROLLBAR_Unregister();
     37
    3138#endif  /* __WINE_SCROLL_H */
     39
Note: See TracChangeset for help on using the changeset viewer.