Changeset 4860
- Timestamp:
- Dec 30, 2000, 3:07:24 PM (25 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/winuser32.h (modified) (3 diffs)
-
src/wsock32/wsock32.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winuser32.h
r4855 r4860 1 /* $Id: winuser32.h,v 1. 7 2000-12-30 13:26:53sandervl Exp $ */1 /* $Id: winuser32.h,v 1.8 2000-12-30 14:06:41 sandervl Exp $ */ 2 2 3 3 /* … … 9 9 #ifndef __WINUSER32_H__ 10 10 #define __WINUSER32_H__ 11 12 #ifndef NO_DCDATA 11 13 12 14 #include <dcdata.h> … … 23 25 LONG WIN32API clientHeight(HWND hwnd, pDCData pHps); 24 26 int WIN32API setMapMode(pDCData pHps, int mode); 27 #endif 25 28 26 29 int WIN32API DIB_GetDIBWidthBytes( int width, int depth ); -
trunk/src/wsock32/wsock32.cpp
r4571 r4860 1 /* $Id: wsock32.cpp,v 1.3 3 2000-11-09 18:12:49sandervl Exp $ */1 /* $Id: wsock32.cpp,v 1.34 2000-12-30 14:07:24 sandervl Exp $ */ 2 2 3 3 /* … … 52 52 #include <stdlib.h> 53 53 #include <win32api.h> 54 #include <win32wnd.h> 54 #define NO_DCDATA 55 #include <winuser32.h> 55 56 #include <wprocess.h> 56 57 #include <misc.h>
Note:
See TracChangeset
for help on using the changeset viewer.
