Changeset 4576 for trunk/include/win/wine
- Timestamp:
- Nov 9, 2000, 7:23:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/winuser16.h
r4124 r4576 1 /* $Id: winuser16.h,v 1. 6 2000-08-30 13:56:39sandervl Exp $ */1 /* $Id: winuser16.h,v 1.7 2000-11-09 18:23:42 sandervl Exp $ */ 2 2 #ifndef __WINE_WINE_WINUSER16_H 3 3 #define __WINE_WINE_WINUSER16_H … … 117 117 /* Cursors / Icons */ 118 118 119 #if 0 119 120 typedef struct tagCURSORICONINFO 120 121 { … … 126 127 BYTE bBitsPerPixel; 127 128 } CURSORICONINFO; 129 #endif 128 130 129 131 typedef struct { … … 583 585 VOID WINAPI CascadeChildWindows16(HWND16,WORD); 584 586 INT16 WINAPI CloseComm16(INT16); 585 HGLOBAL16 WINAPI CreateCursorIconIndirect16(HINSTANCE16,CURSORICONINFO*,586 LPCVOID,LPCVOID);587 //HGLOBAL16 WINAPI CreateCursorIconIndirect16(HINSTANCE16,CURSORICONINFO*, 588 // LPCVOID,LPCVOID); 587 589 BOOL16 WINAPI DCHook16(HDC16,WORD,DWORD,LPARAM); 588 590 BOOL16 WINAPI DlgDirSelect16(HWND16,LPSTR,INT16);
Note:
See TracChangeset
for help on using the changeset viewer.