- Timestamp:
- Mar 13, 2000, 2:11:46 PM (25 years ago)
- Location:
- trunk/src
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/cvtcursorgrp.cpp
r2802 r3101 1 /* $Id: cvtcursorgrp.cpp,v 1. 8 2000-02-16 14:25:37sandervl Exp $ */1 /* $Id: cvtcursorgrp.cpp,v 1.9 2000-03-13 13:10:09 sandervl Exp $ */ 2 2 3 3 /* … … 17 17 #define INCL_DOSMISC /* DOS Miscellanous values */ 18 18 #define INCL_WIN 19 #include <os2 .h>19 #include <os2wrap.h> 20 20 #include <stdio.h> 21 21 #include <string.h> -
trunk/src/kernel32/oslibdebug.cpp
r2803 r3101 1 /* $Id: oslibdebug.cpp,v 1. 2 2000-02-16 14:25:44sandervl Exp $ */1 /* $Id: oslibdebug.cpp,v 1.3 2000-03-13 13:10:10 sandervl Exp $ */ 2 2 3 3 /* … … 17 17 #define INCL_DOSEXCEPTIONS 18 18 #define INCL_DOSERRORS 19 #include <os2 .h>19 #include <os2wrap.h> 20 20 #include <process.h> 21 21 #include <os2sel.h> -
trunk/src/user32/gen_object.cpp
r2804 r3101 1 /* $Id: gen_object.cpp,v 1. 5 2000-02-16 14:34:19sandervl Exp $ */1 /* $Id: gen_object.cpp,v 1.6 2000-03-13 13:10:45 sandervl Exp $ */ 2 2 /* 3 3 * Generic Object Class for OS/2 … … 11 11 */ 12 12 #define INCL_DOSSEMAPHORES 13 #include <os2.h>14 13 #include <os2wrap.h> 15 14 #include <stdlib.h> -
trunk/src/user32/initterm.cpp
r2804 r3101 1 /* $Id: initterm.cpp,v 1.2 1 2000-02-16 14:34:20sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.22 2000-03-13 13:10:45 sandervl Exp $ */ 2 2 3 3 /* … … 35 35 #include <misc.h> /*PLF Wed 98-03-18 23:18:29*/ 36 36 #include <win32type.h> 37 #include <winconst.h> 37 38 #include <odinlx.h> 38 39 #include <spy.h> -
trunk/src/user32/loadres.cpp
r2857 r3101 1 /* $Id: loadres.cpp,v 1.2 4 2000-02-22 17:07:40 cbratschiExp $ */1 /* $Id: loadres.cpp,v 1.25 2000-03-13 13:10:45 sandervl Exp $ */ 2 2 3 3 /* … … 23 23 #include <heapstring.h> 24 24 #include <oslibres.h> 25 #include <winconst.h>26 25 #include <win\virtual.h> 27 26 #include "dib.h" -
trunk/src/user32/oslibgdi.cpp
r2804 r3101 1 /* $Id: oslibgdi.cpp,v 1.1 0 2000-02-16 14:34:25 sandervl Exp $ */1 /* $Id: oslibgdi.cpp,v 1.11 2000-03-13 13:10:45 sandervl Exp $ */ 2 2 /* 3 3 * Window GDI wrapper functions for OS/2 … … 12 12 #define INCL_WIN 13 13 #define INCL_PM 14 #include <os2.h>15 14 #include <os2wrap.h> 16 15 #include <stdlib.h> 17 16 #include <string.h> 18 17 #include <misc.h> 18 #include <winconst.h> 19 19 #include <oslibgdi.h> 20 20 #include <oslibwin.h> -
trunk/src/user32/oslibmenu.cpp
r2804 r3101 1 /* $Id: oslibmenu.cpp,v 1.1 1 2000-02-16 14:34:26 sandervl Exp $ */1 /* $Id: oslibmenu.cpp,v 1.12 2000-03-13 13:10:46 sandervl Exp $ */ 2 2 /* 3 3 * Window Menu wrapper functions for OS/2 … … 12 12 #define INCL_WIN 13 13 #define INCL_PM 14 #include <os2.h>15 14 #include <os2wrap.h> 16 15 #include <stdlib.h> -
trunk/src/user32/oslibmsg.cpp
r2948 r3101 1 /* $Id: oslibmsg.cpp,v 1. 29 2000-02-29 19:16:11sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.30 2000-03-13 13:10:46 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 20 20 #define INCL_PM 21 21 #define INCL_DOSPROCESS 22 #include <os2.h>23 22 #include <os2wrap.h> 24 23 #include <string.h> 25 24 #include <misc.h> 26 25 #include "oslibmsg.h" 26 #include <winconst.h> 27 27 #include <win32wnd.h> 28 28 #include "oslibutil.h" -
trunk/src/user32/oslibmsgtranslate.cpp
r3072 r3101 1 /* $Id: oslibmsgtranslate.cpp,v 1.2 2 2000-03-09 21:50:11sandervl Exp $ */1 /* $Id: oslibmsgtranslate.cpp,v 1.23 2000-03-13 13:10:46 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 18 18 #define INCL_PM 19 19 #define INCL_DOSPROCESS 20 #include <os2.h>21 20 #include <os2wrap.h> 22 21 #include <string.h> 23 22 #include <misc.h> 23 #include <winconst.h> 24 24 #include "oslibmsg.h" 25 25 #include "win32wnd.h" -
trunk/src/user32/oslibres.cpp
r2804 r3101 1 /* $Id: oslibres.cpp,v 1. 9 2000-02-16 14:34:28sandervl Exp $ */1 /* $Id: oslibres.cpp,v 1.10 2000-03-13 13:10:47 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 12 12 #define INCL_WIN 13 13 #define INCL_PM 14 #include <os2.h>15 14 #include <os2wrap.h> 16 15 #include <stdlib.h> -
trunk/src/user32/oslibwin.cpp
r2804 r3101 1 /* $Id: oslibwin.cpp,v 1. 69 2000-02-16 14:34:29sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.70 2000-03-13 13:10:47 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 13 13 #define INCL_WIN 14 14 #define INCL_PM 15 #include <os2.h>16 15 #include <os2wrap.h> 17 16 #include <stdlib.h> -
trunk/src/user32/pmframe.cpp
r2956 r3101 1 /* $Id: pmframe.cpp,v 1.4 4 2000-03-01 13:30:05sandervl Exp $ */1 /* $Id: pmframe.cpp,v 1.45 2000-03-13 13:10:47 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Frame Managment Code for OS/2 … … 16 16 #include <stdlib.h> 17 17 #include <string.h> 18 #include "win32type.h" 18 #include <win32type.h> 19 #include <winconst.h> 19 20 #include <misc.h> 20 21 #include <win32wbase.h> -
trunk/src/user32/pmwindow.cpp
r2834 r3101 1 /* $Id: pmwindow.cpp,v 1.8 6 2000-02-20 18:28:32 cbratschiExp $ */1 /* $Id: pmwindow.cpp,v 1.87 2000-03-13 13:10:47 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 19 19 #include <stdlib.h> 20 20 #include <string.h> 21 #include "win32type.h"21 #include <win32type.h> 22 22 #include <winconst.h> 23 23 #include <wprocess.h> -
trunk/src/user32/spy.cpp
r2804 r3101 1 /* $Id: spy.cpp,v 1.1 0 2000-02-16 14:34:33sandervl Exp $ */1 /* $Id: spy.cpp,v 1.11 2000-03-13 13:10:48 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 #define INCL_DOSERRORS 17 17 #define INCL_DOSSEMAPHORES 18 #include <os2.h>19 18 #include <os2wrap.h> 20 19 -
trunk/src/user32/timer.cpp
r2804 r3101 1 /* $Id: timer.cpp,v 1.1 1 2000-02-16 14:34:36sandervl Exp $ */1 /* $Id: timer.cpp,v 1.12 2000-03-13 13:10:48 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define INCL_WIN 14 14 #define INCL_DOSSEMAPHORES 15 #include <os2 .h>15 #include <os2wrap.h> 16 16 #include <os2sel.h> 17 17 #include <stdlib.h> -
trunk/src/user32/win32wbase.h
r2956 r3101 1 /* $Id: win32wbase.h,v 1.8 7 2000-03-01 13:30:06sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.88 2000-03-13 13:10:48 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 21 21 #include <win32wndchild.h> 22 22 #include <winres.h> 23 #include <winconst.h>24 23 #include <scroll.h> 25 24 … … 431 430 VOID AdjustTrackInfo(PPOINT minTrackSize,PPOINT maxTrackSize); 432 431 432 #ifndef OS2_INCLUDED 433 BOOL isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC); } 434 #else 433 435 BOOL isOwnDC() { return (windowClass && windowClass->getStyle() & CS_OWNDC_W); } 436 #endif 434 437 HDC getOwnDC() { return ownDC; } 435 438 void setOwnDC(HDC hdc) { ownDC = hdc; }
Note:
See TracChangeset
for help on using the changeset viewer.