Changeset 9598 for trunk/src/user32/oslibwin.h
- Timestamp:
- Jan 3, 2003, 5:35:58 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r9575 r9598 1 /* $Id: oslibwin.h,v 1.7 0 2003-01-01 14:29:43sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.71 2003-01-03 16:35:56 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 13 13 #ifndef __OSLIBWIN_H__ 14 14 #define __OSLIBWIN_H__ 15 16 #ifdef __cplusplus 15 17 #include <oslibgdi.h> 16 18 … … 362 364 363 365 BOOL OSLibWinShowPointer(BOOL fShow); 364 HWND OSLibWinCreateInvisibleScroller(HWND parentHWND, int direction); 366 HWND OSLibWinCreateInvisibleScroller(HWND parentHWND, int direction); 367 368 ULONG OSLibWinQuerySysColor(int index); 369 370 #endif 365 371 366 372 #define PMSYSCLR_SHADOWHILITEBGND (-50L) … … 413 419 (((colorRef) & 0x000000FF)<<16) ) 414 420 415 ULONG OSLibWinQuerySysColor(int index);416 417 421 #endif //__OSLIBWIN_H__
Note:
See TracChangeset
for help on using the changeset viewer.