- Timestamp:
- Jun 19, 1999, 12:54:48 PM (26 years ago)
- Location:
- trunk/src
- Files:
-
- 52 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/initterm.cpp
r97 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 17:06:45 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:38 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/advapi32/initterm.cpp
r91 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 14:23:34 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:38 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/capi2032/initterm.cpp
r91 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 14:27:04 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:38 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/comctl32/initterm.cpp
r94 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:21:59 achimhaExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:38 sandervl Exp $ */ 2 2 /* 3 3 * COMDLG32 DLL entry point … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/comdlg32/initterm.cpp
r97 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 17:07:28 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:39 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/ddraw/initterm.cpp
r97 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 17:10:57 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:39 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/gdi32/dibsect.cpp
r97 r120 1 /* $Id: dibsect.cpp,v 1. 3 1999-06-10 17:09:03 phallerExp $ */1 /* $Id: dibsect.cpp,v 1.4 1999-06-19 10:54:39 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 #define INCL_GPI 13 13 #define INCL_WIN 14 #include <os2 .h>14 #include <os2wrap.h> //Odin32 OS/2 api wrappers 15 15 #include <stdlib.h> 16 16 #include <string.h> -
trunk/src/gdi32/initterm.cpp
r97 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 17:09:03 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:39 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/kernel32/async.cpp
r112 r120 1 /* $Id: async.cpp,v 1. 5 1999-06-17 18:25:22 phallerExp $ */1 /* $Id: async.cpp,v 1.6 1999-06-19 10:54:39 sandervl Exp $ */ 2 2 3 3 /* … … 38 38 #define INCL_VIO 39 39 #define INCL_AVIO 40 #include <os2 .h>40 #include <os2wrap.h> //Odin32 OS/2 api wrappers 41 41 #include <builtin.h> 42 42 -
trunk/src/kernel32/conbuffer.cpp
r111 r120 1 /* $Id: conbuffer.cpp,v 1. 1 1999-06-17 18:21:37 phallerExp $ */1 /* $Id: conbuffer.cpp,v 1.2 1999-06-19 10:54:39 sandervl Exp $ */ 2 2 3 3 /* … … 62 62 #define INCL_VIO 63 63 #define INCL_AVIO 64 #include <os2 .h>64 #include <os2wrap.h> //Odin32 OS/2 api wrappers 65 65 66 66 #include <misc.h> -
trunk/src/kernel32/conin.cpp
r111 r120 1 /* $Id: conin.cpp,v 1. 1 1999-06-17 18:21:38 phallerExp $ */1 /* $Id: conin.cpp,v 1.2 1999-06-19 10:54:40 sandervl Exp $ */ 2 2 3 3 /* … … 31 31 #define INCL_VIO 32 32 #define INCL_AVIO 33 #include <os2 .h>33 #include <os2wrap.h> //Odin32 OS/2 api wrappers 34 34 35 35 #include <misc.h> -
trunk/src/kernel32/conout.cpp
r111 r120 1 /* $Id: conout.cpp,v 1. 1 1999-06-17 18:21:38 phallerExp $ */1 /* $Id: conout.cpp,v 1.2 1999-06-19 10:54:40 sandervl Exp $ */ 2 2 3 3 /* … … 57 57 #define INCL_VIO 58 58 #define INCL_AVIO 59 #include <os2 .h>59 #include <os2wrap.h> //Odin32 OS/2 api wrappers 60 60 #include <builtin.h> 61 61 #include <stdlib.h> -
trunk/src/kernel32/conprop.cpp
r111 r120 1 /* $Id: conprop.cpp,v 1. 6 1999-06-17 18:21:39 phallerExp $ */1 /* $Id: conprop.cpp,v 1.7 1999-06-19 10:54:40 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 #define INCL_VIO 33 33 #define INCL_AVIO 34 #include <os2 .h>34 #include <os2wrap.h> //Odin32 OS/2 api wrappers 35 35 #include <builtin.h> 36 36 -
trunk/src/kernel32/console.cpp
r111 r120 1 /* $Id: console.cpp,v 1. 6 1999-06-17 18:21:39 phallerExp $ */1 /* $Id: console.cpp,v 1.7 1999-06-19 10:54:40 sandervl Exp $ */ 2 2 3 3 /* … … 62 62 #define INCL_VIO 63 63 #define INCL_AVIO 64 #include <os2 .h>64 #include <os2wrap.h> //Odin32 OS/2 api wrappers 65 65 #include <builtin.h> 66 66 #include <stdlib.h> -
trunk/src/kernel32/devio.cpp
r100 r120 1 /* $Id: devio.cpp,v 1. 2 1999-06-10 20:47:56 phallerExp $ */1 /* $Id: devio.cpp,v 1.3 1999-06-19 10:54:41 sandervl Exp $ */ 2 2 3 3 /* … … 18 18 #define INCL_DOSPROCESS /* DOS Process values */ 19 19 #define INCL_DOSMISC /* DOS Miscellanous values */ 20 #include <os2 .h>20 #include <os2wrap.h> //Odin32 OS/2 api wrappers 21 21 #include <string.h> 22 22 -
trunk/src/kernel32/exceptions.cpp
r114 r120 1 /* $Id: exceptions.cpp,v 1. 4 1999-06-17 21:51:59 phallerExp $ */1 /* $Id: exceptions.cpp,v 1.5 1999-06-19 10:54:39 sandervl Exp $ */ 2 2 3 3 /* … … 46 46 */ 47 47 #define INCL_BASE 48 #include <os2 .h>48 #include <os2wrap.h> //Odin32 OS/2 api wrappers 49 49 #include <stdio.h> 50 50 #include <stdlib.h> -
trunk/src/kernel32/initterm.cpp
r100 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 20:47:59 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:41 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 #define INCL_DOSMISC 29 29 #define INCL_DOSPROCESS 30 #include <os2 .h>30 #include <os2wrap.h> //Odin32 OS/2 api wrappers 31 31 #include <stdlib.h> 32 32 #include <stdio.h> -
trunk/src/kernel32/map.cpp
r100 r120 1 /* $Id: map.cpp,v 1. 2 1999-06-10 20:48:00 phallerExp $ */1 /* $Id: map.cpp,v 1.3 1999-06-19 10:54:41 sandervl Exp $ */ 2 2 3 3 /* Copyright (C) 1995 by Holger Veit (Holger.Veit@gmd.de) … … 10 10 #define INCL_DOSDEVICES 11 11 #define INCL_DOSDEVIOCTL 12 #include <os2 .h>12 #include <os2wrap.h> //Odin32 OS/2 api wrappers 13 13 14 14 #include "map.h" -
trunk/src/kernel32/misc.cpp
r100 r120 1 /* $Id: misc.cpp,v 1. 2 1999-06-10 20:48:00 phallerExp $ */1 /* $Id: misc.cpp,v 1.3 1999-06-19 10:54:42 sandervl Exp $ */ 2 2 3 3 /* … … 18 18 #define INCL_WINERRORS 19 19 #define INCL_DOSFILEMGR 20 #include <os2 .h>20 #include <os2wrap.h> //Odin32 OS/2 api wrappers 21 21 #include <stdio.h> 22 22 #include <stdlib.h> -
trunk/src/kernel32/nameid.cpp
r100 r120 1 /* $Id: nameid.cpp,v 1. 4 1999-06-10 20:48:00 phallerExp $ */1 /* $Id: nameid.cpp,v 1.5 1999-06-19 10:54:42 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 #define INCL_WINERRORS 17 17 #define INCL_DOSFILEMGR 18 #include <os2 .h>18 #include <os2wrap.h> //Odin32 OS/2 api wrappers 19 19 #include <stdio.h> 20 20 #include <stdlib.h> -
trunk/src/kernel32/network.cpp
r100 r120 1 /* $Id: network.cpp,v 1. 3 1999-06-10 20:48:00 phallerExp $ */1 /* $Id: network.cpp,v 1.4 1999-06-19 10:54:42 sandervl Exp $ */ 2 2 3 3 /* … … 14 14 #define INCL_DOSEXCEPTIONS 15 15 #define INCL_DOSMEMMGR 16 #include <os2 .h>16 #include <os2wrap.h> //Odin32 OS/2 api wrappers 17 17 #include <pmwsock.h> 18 18 #include <stdlib.h> -
trunk/src/kernel32/os2heap.cpp
r99 r120 1 /* $Id: os2heap.cpp,v 1. 3 1999-06-10 19:09:35 phallerExp $ */1 /* $Id: os2heap.cpp,v 1.4 1999-06-19 10:54:42 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define INCL_DOSSEMAPHORES 14 14 #define INCL_DOSERRORS 15 #include <os2 .h>15 #include <os2wrap.h> //Odin32 OS/2 api wrappers 16 16 #include <builtin.h> 17 17 #include <stdlib.h> -
trunk/src/kernel32/os2native.cpp
r99 r120 1 /* $Id: os2native.cpp,v 1. 2 1999-06-10 19:09:35 phallerExp $ */1 /* $Id: os2native.cpp,v 1.3 1999-06-19 10:54:42 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 #define INCL_DOSMEMMGR 17 17 #define INCL_DOSPROCESS 18 #include <os2 .h>18 #include <os2wrap.h> //Odin32 OS/2 api wrappers 19 19 #include <stdlib.h> 20 20 #include <stdio.h> -
trunk/src/kernel32/os2util.cpp
r99 r120 1 /* $Id: os2util.cpp,v 1. 2 1999-06-10 19:09:35 phallerExp $ */1 /* $Id: os2util.cpp,v 1.3 1999-06-19 10:54:42 sandervl Exp $ */ 2 2 3 3 /* … … 14 14 #define INCL_BASE 15 15 #define INCL_DOSPROCESS 16 #include <os2 .h>16 #include <os2wrap.h> //Odin32 OS/2 api wrappers 17 17 #include <string.h> 18 18 #include <stdlib.h> -
trunk/src/kernel32/pefile.cpp
r100 r120 1 /* $Id: pefile.cpp,v 1. 3 1999-06-10 20:48:01 phallerExp $ */1 /* $Id: pefile.cpp,v 1.4 1999-06-19 10:54:43 sandervl Exp $ */ 2 2 3 3 /* … … 8 8 */ 9 9 #define INCL_BASE 10 #include <os2 .h>10 #include <os2wrap.h> //Odin32 OS/2 api wrappers 11 11 #include <stdio.h> 12 12 #include <string.h> -
trunk/src/kernel32/vmutex.cpp
r100 r120 1 /* $Id: vmutex.cpp,v 1. 3 1999-06-10 20:48:03 phallerExp $ */1 /* $Id: vmutex.cpp,v 1.4 1999-06-19 10:54:43 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 */ 14 14 #define INCL_DOSSEMAPHORES 15 #include <os2 .h>15 #include <os2wrap.h> //Odin32 OS/2 api wrappers 16 16 #include <vmutex.h> 17 17 #include <win32type.h> -
trunk/src/kernel32/windll.cpp
r99 r120 1 /* $Id: windll.cpp,v 1.3 1999-06-10 19:09:04 phaller Exp $ */ 2 3 /* 4 * 5 * Project Odin Software License can be found in LICENSE.TXT 6 * 7 */ 1 /* $Id: windll.cpp,v 1.4 1999-06-19 10:54:43 sandervl Exp $ */ 2 8 3 /* 9 4 * Win32 DLL class 10 5 * 11 6 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) 7 * 8 * 9 * Project Odin Software License can be found in LICENSE.TXT 12 10 * 13 11 */ … … 18 16 #define INCL_DOSMISC /* DOS Miscellanous values */ 19 17 #define INCL_WIN 20 #include <os2 .h>18 #include <os2wrap.h> //Odin32 OS/2 api wrappers 21 19 #include <stdio.h> 22 20 #include <string.h> -
trunk/src/kernel32/winexe.cpp
r112 r120 1 /* $Id: winexe.cpp,v 1. 5 1999-06-17 18:25:22 phallerExp $ */1 /* $Id: winexe.cpp,v 1.6 1999-06-19 10:54:43 sandervl Exp $ */ 2 2 3 /*4 *5 * Project Odin Software License can be found in LICENSE.TXT6 *7 */8 3 /* 9 4 * Win32 exe class 10 5 * 11 6 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) 7 * 8 * 9 * Project Odin Software License can be found in LICENSE.TXT 12 10 * 13 11 */ … … 17 15 #define INCL_DOSMISC /* DOS Miscellanous values */ 18 16 #define INCL_WIN 19 #include <os2 .h>17 #include <os2wrap.h> //Odin32 OS/2 api wrappers 20 18 #include <stdio.h> 21 19 #include <string.h> -
trunk/src/kernel32/winimage.cpp
r99 r120 1 /* $Id: winimage.cpp,v 1. 3 1999-06-10 19:09:04 phallerExp $ */1 /* $Id: winimage.cpp,v 1.4 1999-06-19 10:54:43 sandervl Exp $ */ 2 2 3 3 /* … … 18 18 #define INCL_WIN 19 19 #define INCL_BASE 20 #include <os2 .h>20 #include <os2wrap.h> //Odin32 OS/2 api wrappers 21 21 #include <stdio.h> 22 22 #include <string.h> -
trunk/src/kernel32/winmod.cpp
r110 r120 1 /* $Id: winmod.cpp,v 1. 4 1999-06-16 20:25:45 cbratschiExp $ */1 /* $Id: winmod.cpp,v 1.5 1999-06-19 10:54:44 sandervl Exp $ */ 2 2 3 /*4 *5 * Project Odin Software License can be found in LICENSE.TXT6 *7 */8 3 /* 9 4 * Win32 PE Image class 10 5 * 11 6 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) 7 * 8 * 9 * Project Odin Software License can be found in LICENSE.TXT 12 10 * 13 11 */ … … 16 14 #define INCL_WINERRORS 17 15 #define INCL_DOSFILEMGR 18 #include <os2 .h>16 #include <os2wrap.h> //Odin32 OS/2 api wrappers 19 17 #include <stdio.h> 20 18 #include <stdlib.h> -
trunk/src/kernel32/winres.cpp
r37 r120 1 /* $Id: winres.cpp,v 1.2 1999-06-06 12:25:49 cbratschi Exp $ */ 2 3 /* 4 * 5 * Project Odin Software License can be found in LICENSE.TXT 6 * 7 */ 1 /* $Id: winres.cpp,v 1.3 1999-06-19 10:54:44 sandervl Exp $ */ 2 8 3 /* 9 4 * Win32 resource class 10 5 * 11 6 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) 7 * 8 * 9 * Project Odin Software License can be found in LICENSE.TXT 12 10 * 13 11 */ … … 17 15 #define INCL_BITMAPFILEFORMAT 18 16 #define INCL_DOSMODULEMGR 19 #include <os2 .h>17 #include <os2wrap.h> //Odin32 OS/2 api wrappers 20 18 #include <stdarg.h> 21 19 #ifdef __IBMCPP__ -
trunk/src/mpr/initterm.cpp
r97 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 17:06:06 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:44 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/ole32/initterm.cpp
r97 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 17:05:54 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:45 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/peldr/pe.cpp
r34 r120 1 /* $Id: pe.cpp,v 1. 2 1999-06-02 16:00:38 cbratschiExp $ */1 /* $Id: pe.cpp,v 1.3 1999-06-19 10:54:46 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> //Odin32 OS/2 api wrappers 20 20 #include <stdio.h> 21 21 #include <string.h> -
trunk/src/shell32/initterm.cpp
r96 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:56:08 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:46 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/tapi32/initterm.cpp
r96 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:54:47 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:46 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/user32/Makefile
r96 r120 1 # $Id: Makefile,v 1. 3 1999-06-10 16:50:35 phallerExp $1 # $Id: Makefile,v 1.4 1999-06-19 10:54:46 sandervl Exp $ 2 2 3 3 # … … 43 43 user32.obj: user32.cpp $(PDWIN32_INCLUDE)\wndproc.h \ 44 44 $(PDWIN32_INCLUDE)\wndclass.h wndsubproc.h icon.h syscolor.h 45 resstring.obj: resstring.c resstring.h45 resstring.obj: resstring.cpp resstring.h 46 46 char.obj: char.cpp user32.h 47 47 loadres.obj: loadres.cpp user32.h -
trunk/src/user32/SYSCLR.CPP
r109 r120 1 /* $Id: SYSCLR.CPP,v 1. 4 1999-06-16 15:29:27 cbratschiExp $ */1 /* $Id: SYSCLR.CPP,v 1.5 1999-06-19 10:54:46 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 */ 13 13 #define INCL_WINSYS 14 #include <os2 .h>14 #include <os2wrap.h> //Odin32 OS/2 api wrappers 15 15 #include "os2native.h" 16 16 #include "misc.h" -
trunk/src/user32/dlgconvert.cpp
r112 r120 1 /* $Id: dlgconvert.cpp,v 1. 4 1999-06-17 18:22:43 phallerExp $ */1 /* $Id: dlgconvert.cpp,v 1.5 1999-06-19 10:54:46 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> //Odin32 OS/2 api wrappers 20 20 #include <stdio.h> 21 21 #include <string.h> -
trunk/src/user32/icon.cpp
r96 r120 1 /* $Id: icon.cpp,v 1. 3 1999-06-10 16:50:39 phallerExp $ */1 /* $Id: icon.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */ 2 2 3 3 /* … … 19 19 #define INCL_DOSMISC /* DOS Miscellanous values */ 20 20 #define INCL_WIN 21 #include <os2 .h>21 #include <os2wrap.h> //Odin32 OS/2 api wrappers 22 22 #include <stdio.h> 23 23 #include <string.h> -
trunk/src/user32/initterm.cpp
r96 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:50:39 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:47 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/version/initterm.cpp
r95 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:29:00 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:47 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/winmm/IRTMidi.cpp
r95 r120 1 /* $Id: IRTMidi.cpp,v 1. 3 1999-06-10 16:24:32 phallerExp $ */1 /* $Id: IRTMidi.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */ 2 2 3 3 /******************************************************************************* … … 14 14 *******************************************************************************/ 15 15 #define INCL_DOS 16 #include <os2 .h>16 #include <os2wrap.h> //Odin32 OS/2 api wrappers 17 17 #include <win32type.h> 18 18 -
trunk/src/winmm/auxos2.cpp
r95 r120 1 /* $Id: auxos2.cpp,v 1. 3 1999-06-10 16:24:33 phallerExp $ */1 /* $Id: auxos2.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define INCL_BASE 14 14 #define INCL_OS2MM 15 #include <os2 .h>15 #include <os2wrap.h> //Odin32 OS/2 api wrappers 16 16 #include <os2me.h> 17 17 #include <string.h> -
trunk/src/winmm/dwaveout.cpp
r95 r120 1 /* $Id: dwaveout.cpp,v 1. 3 1999-06-10 16:24:33 phallerExp $ */1 /* $Id: dwaveout.cpp,v 1.4 1999-06-19 10:54:47 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 #define INCL_BASE 14 14 #define INCL_OS2MM 15 #include <os2 .h>15 #include <os2wrap.h> //Odin32 OS/2 api wrappers 16 16 #include <os2me.h> 17 17 #include <stdlib.h> -
trunk/src/winmm/initterm.cpp
r95 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:24:33 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/winmm/os2timer.cpp
r95 r120 1 /* $Id: os2timer.cpp,v 1. 3 1999-06-10 16:24:34 phallerExp $ */1 /* $Id: os2timer.cpp,v 1.4 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 #define INCL_DOSDATETIME 13 13 #define INCL_DOSSEMAPHORES 14 #include <os2 .h>14 #include <os2wrap.h> //Odin32 OS/2 api wrappers 15 15 #include <process.h> 16 16 #include "win32type.h" -
trunk/src/winmm/playsound.cpp
r95 r120 1 /* $Id: playsound.cpp,v 1. 2 1999-06-10 16:24:34 phallerExp $ */1 /* $Id: playsound.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 10 10 * 11 11 */ 12 #include <os2 .h>12 #include <os2wrap.h> //Odin32 OS/2 api wrappers 13 13 #include "win32type.h" 14 14 #include "misc.h" -
trunk/src/winspool/initterm.cpp
r93 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:19:02 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/wnetap32/initterm.cpp
r93 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:17:57 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/wsock32/initterm.cpp
r92 r120 1 /* $Id: initterm.cpp,v 1. 2 1999-06-10 16:11:08 phallerExp $ */1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 #define INCL_DOSMODULEMGR 28 28 #define INCL_DOSPROCESS 29 #include <os2 .h>29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 30 30 #include <stdlib.h> 31 31 #include <stdio.h> -
trunk/src/wsock32/wsock32.cpp
r92 r120 1 /* $Id: wsock32.cpp,v 1. 2 1999-06-10 16:11:08 phallerExp $ */1 /* $Id: wsock32.cpp,v 1.3 1999-06-19 10:54:48 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 #endif 33 33 34 #include <os2 .h>34 #include <os2wrap.h> //Odin32 OS/2 api wrappers 35 35 #include <stdio.h> 36 36 #include <stdlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.