- Timestamp:
- Jul 21, 1999, 7:19:00 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/win/scroll.h (modified) (3 diffs)
-
src/kernel32/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/scroll.h
r4 r358 1 /* $Id: scroll.h,v 1. 1 1999-05-24 20:19:18 ktkExp $ */1 /* $Id: scroll.h,v 1.2 1999-07-21 17:18:43 sandervl Exp $ */ 2 2 3 3 /* … … 6 6 * Copyright 1993 Martin Ayotte 7 7 * Copyright 1994 Alexandre Julliard 8 * Copyright 1999 Christoph Bratschi 8 9 */ 9 10 10 11 #ifndef __WINE_SCROLL_H 11 12 #define __WINE_SCROLL_H 13 14 #define ODINSCROLLBARCLASSNAME "ODIN_SCROLLBAR" 15 #define WIN32SCROLLBARCLASSNAME "SCROLLBAR" 12 16 13 17 #include "windef.h" … … 29 33 UINT msg, POINT pt ); 30 34 35 BOOL SCROLLBAR_Register(); 36 BOOL SCROLLBAR_Unregister(); 37 31 38 #endif /* __WINE_SCROLL_H */ 39 -
trunk/src/kernel32/makefile
r281 r358 1 # $Id: makefile,v 1.1 2 1999-07-07 08:11:10 sandervl Exp $1 # $Id: makefile,v 1.13 1999-07-21 17:19:00 sandervl Exp $ 2 2 3 3 # … … 260 260 $(PDWIN32_INCLUDE)\unicode.h \ 261 261 $(PDWIN32_INCLUDE)\winimage.h \ 262 winres.h \262 $(PDWIN32_INCLUDE)\winres.h \ 263 263 $(PDWIN32_INCLUDE)\misc.h 264 264 … … 271 271 winres.OBJ: \ 272 272 .\winres.cpp \ 273 winres.h \273 $(PDWIN32_INCLUDE)\winres.h \ 274 274 $(PDWIN32_INCLUDE)\nameid.h \ 275 275 $(PDWIN32_INCLUDE)\winimage.h \ … … 337 337 pefile.OBJ: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h 338 338 winimage.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.h339 winimgres.OBJ: winimgres.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h $(PDWIN32_INCLUDE)\winexe.h $(PDWIN32_INCLUDE)\winres.h 340 340 windll.OBJ: windll.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h 341 341 winexe.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.
