Changeset 4787 for trunk/src/win32k/lib
- Timestamp:
- Dec 11, 2000, 7:53:57 AM (25 years ago)
- Location:
- trunk/src/win32k/lib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/lib/libDosAllocMemEx.c
r4164 r4787 1 /* $Id: libDosAllocMemEx.c,v 1. 4 2000-09-02 21:08:11bird Exp $1 /* $Id: libDosAllocMemEx.c,v 1.5 2000-12-11 06:53:53 bird Exp $ 2 2 * 3 3 * DosAllocMemEx - Extened Edition of DosAllocMem. 4 4 * Allows you to suggest an address of the memory. 5 5 * 6 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)6 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 7 7 * 8 8 * Project Odin Software License can be found in LICENSE.TXT -
trunk/src/win32k/lib/libInit.c
r2904 r4787 1 /* $Id: libInit.c,v 1. 2 2000-02-26 17:48:22bird Exp $1 /* $Id: libInit.c,v 1.3 2000-12-11 06:53:54 bird Exp $ 2 2 * 3 3 * Inits the Win32k library functions. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 35 35 * @returns OS/2 return code. 36 36 * @status 37 * @author knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)37 * @author knut st. osmundsen (knut.stange.osmundsen@mynd.no) 38 38 * @remark 39 39 */ -
trunk/src/win32k/lib/libTerm.c
r2904 r4787 1 /* $Id: libTerm.c,v 1. 2 2000-02-26 17:48:23bird Exp $1 /* $Id: libTerm.c,v 1.3 2000-12-11 06:53:54 bird Exp $ 2 2 * 3 3 * Terminates the Win32k library functions. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 35 35 * @returns OS/2 return code. 36 36 * @status completely implemented. 37 * @author knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)37 * @author knut st. osmundsen (knut.stange.osmundsen@mynd.no) 38 38 */ 39 39 APIRET APIENTRY libWin32kTerm(void) -
trunk/src/win32k/lib/libTest.c
r4164 r4787 1 /* $Id: libTest.c,v 1. 2 2000-09-02 21:08:11bird Exp $1 /* $Id: libTest.c,v 1.3 2000-12-11 06:53:54 bird Exp $ 2 2 * 3 3 * Test program for the win32k library. 4 4 * 5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@ pmsc.no)5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT
Note:
See TracChangeset
for help on using the changeset viewer.
