Changeset 358


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

* empty log message *

Location:
trunk
Files:
2 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
  • trunk/src/kernel32/makefile

    r281 r358  
    1 # $Id: makefile,v 1.12 1999-07-07 08:11:10 sandervl Exp $
     1# $Id: makefile,v 1.13 1999-07-21 17:19:00 sandervl Exp $
    22
    33#
     
    260260    $(PDWIN32_INCLUDE)\unicode.h \
    261261    $(PDWIN32_INCLUDE)\winimage.h \
    262     winres.h \
     262    $(PDWIN32_INCLUDE)\winres.h \
    263263    $(PDWIN32_INCLUDE)\misc.h
    264264
     
    271271winres.OBJ: \
    272272    .\winres.cpp \
    273     winres.h \
     273    $(PDWIN32_INCLUDE)\winres.h \
    274274    $(PDWIN32_INCLUDE)\nameid.h \
    275275    $(PDWIN32_INCLUDE)\winimage.h \
     
    337337pefile.OBJ:    pefile.cpp $(PDWIN32_INCLUDE)\pefile.h
    338338winimage.OBJ:  winimage.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h
    339 winimgres.OBJ: winimgres.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h $(PDWIN32_INCLUDE)\winexe.h winres.h
     339winimgres.OBJ: winimgres.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h $(PDWIN32_INCLUDE)\winexe.h $(PDWIN32_INCLUDE)\winres.h
    340340windll.OBJ:    windll.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h
    341341winexe.OBJ:    winexe.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\winexe.h
Note: See TracChangeset for help on using the changeset viewer.