Changeset 120 for trunk/src/kernel32/windll.cpp
- Timestamp:
- Jun 19, 1999, 12:54:48 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note:
See TracChangeset
for help on using the changeset viewer.