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