- Timestamp:
- Jun 10, 1999, 6:56:36 PM (26 years ago)
- Location:
- trunk/src
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/peldr/makefile
r46 r96 1 # $Id: makefile,v 1.3 1999-06-10 16:56:36 phaller Exp $ 2 1 3 # 2 4 # PD-Win32 API -
trunk/src/peldr/pe.h
r46 r96 1 /* $Id: pe.h,v 1.3 1999-06-10 16:56:36 phaller Exp $ */ 2 1 3 /* 2 4 * … … 23 25 #define DWORD ULONG 24 26 #define LPVOID VOID * 25 #define WORD USHORT 27 #define WORD USHORT 26 28 #define UNALIGNED 27 29 #define PDWORD DWORD * 28 30 #define PWORD WORD * 29 #define NTAPI 31 #define NTAPI 30 32 #define BOOLEAN ULONG 31 33 #define WCHAR USHORT -
trunk/src/shell32/drag.cpp
r77 r96 1 /* $Id: drag.cpp,v 1.2 1999-06-10 16:56:08 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 SHELL32 for OS/2 -
trunk/src/shell32/initterm.cpp
r51 r96 1 /* $Id: initterm.cpp,v 1.2 1999-06-10 16:56:08 phaller Exp $ */ 2 1 3 /* 2 4 * DLL entry point -
trunk/src/shell32/makefile
r77 r96 1 # $Id: makefile,v 1.4 1999-06-10 16:56:09 phaller Exp $ 2 1 3 # 2 4 # PD-Win32 API -
trunk/src/shell32/sh.cpp
r77 r96 1 /* $Id: sh.cpp,v 1.2 1999-06-10 16:56:09 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 SHELL32 for OS/2 -
trunk/src/shell32/she.cpp
r77 r96 1 /* $Id: she.cpp,v 1.2 1999-06-10 16:56:09 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 SHELL32 for OS/2 -
trunk/src/shell32/shell32.def
r77 r96 1 ; $Id: shell32.def,v 1.5 1999-06-10 16:56:09 phaller Exp $ 2 1 3 ;Created by BLAST for IBM's compiler 2 4 ;based on Windows NT4, SP3 -
trunk/src/shell32/shell32.h
r46 r96 1 /* $Id: shell32.h,v 1.3 1999-06-10 16:56:09 phaller Exp $ */ 2 1 3 #ifndef __shell32_H__ 2 4 #define __shell32_H__ -
trunk/src/tapi32/initterm.cpp
r51 r96 1 /* $Id: initterm.cpp,v 1.2 1999-06-10 16:54:47 phaller Exp $ */ 2 1 3 /* 2 4 * DLL entry point -
trunk/src/tapi32/makefile
r46 r96 1 # $Id: makefile,v 1.3 1999-06-10 16:54:47 phaller Exp $ 2 1 3 # 2 # PD-Win32 API 4 # PD-Win32 API 3 5 # 4 6 # tapi32.dll makefile 5 # 7 # 6 8 7 9 PDWIN32_INCLUDE = ..\..\include … … 24 26 25 27 26 $(TARGET).dll: $(OBJS) $(TARGET).def 28 $(TARGET).dll: $(OBJS) $(TARGET).def 27 29 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 28 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ -
trunk/src/tapi32/tapi32.cpp
r46 r96 1 /* $Id: tapi32.cpp,v 1.3 1999-06-10 16:54:47 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/tapi32/tapi32.def
r4 r96 1 ; $Id: tapi32.def,v 1.2 1999-06-10 16:54:47 phaller Exp $ 2 1 3 LIBRARY TAPI32 INITINSTANCE 2 4 DATA MULTIPLE NONSHARED -
trunk/src/tapi32/tapi32.h
r46 r96 1 /* $Id: tapi32.h,v 1.3 1999-06-10 16:54:47 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/user32/DLGCONVERT.H
r46 r96 1 /* $Id: DLGCONVERT.H,v 1.3 1999-06-10 16:50:35 phaller Exp $ */ 2 1 3 /* 2 *3 4 * Project Odin Software License can be found in LICENSE.TXT 4 *5 5 */ 6 6 #ifndef __DLGCONVERT_H__ -
trunk/src/user32/HOOK.CPP
r46 r96 1 /* $Id: HOOK.CPP,v 1.3 1999-06-10 16:50:35 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 hook API functions for OS/2 -
trunk/src/user32/IMAGE.H
r46 r96 1 /* $Id: IMAGE.H,v 1.3 1999-06-10 16:50:35 phaller Exp $ */ 2 1 3 #ifndef __IMAGE_H__ 2 4 #define __IMAGE_H__ … … 18 20 #define LR_LOADMAP3DCOLORS 0x1000 19 21 #define LR_CREATEDIBSECTION 0x2000 20 #define LR_COPYFROMRESOURCE 0x4000 21 #define LR_SHARED 0x8000 22 #define LR_COPYFROMRESOURCE 0x4000 23 #define LR_SHARED 0x8000 22 24 23 25 #endif -
trunk/src/user32/Makefile
r46 r96 1 # $Id: Makefile,v 1.3 1999-06-10 16:50:35 phaller Exp $ 2 1 3 # 2 4 # PD-Win32 API -
trunk/src/user32/RESSTRING.C
r83 r96 1 /* $Id: RESSTRING.C,v 1.4 1999-06-10 16:50:36 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/user32/RESSTRING.H
r46 r96 1 /* $Id: RESSTRING.H,v 1.3 1999-06-10 16:50:36 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/user32/SYSCLR.CPP
r46 r96 1 /* $Id: SYSCLR.CPP,v 1.3 1999-06-10 16:50:36 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 system color API functions for OS/2 -
trunk/src/user32/SYSCLR.H
r46 r96 1 /* $Id: SYSCLR.H,v 1.3 1999-06-10 16:50:36 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/user32/USER32.DEF
r57 r96 1 ; $Id: USER32.DEF,v 1.5 1999-06-10 16:50:36 phaller Exp $ 2 1 3 ;Created by BLAST for IBM's compiler 2 4 LIBRARY USER32 INITINSTANCE -
trunk/src/user32/USRCALL.CPP
r46 r96 1 /* $Id: USRCALL.CPP,v 1.3 1999-06-10 16:50:37 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/user32/USRCALL.H
r46 r96 1 /* $Id: USRCALL.H,v 1.3 1999-06-10 16:50:37 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/user32/char.cpp
r46 r96 1 /* $Id: char.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 character API functions for OS/2 -
trunk/src/user32/dde.cpp
r46 r96 1 /* $Id: dde.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 default window API functions for OS/2 -
trunk/src/user32/dialog.cpp
r46 r96 1 /* $Id: dialog.cpp,v 1.4 1999-06-10 16:50:35 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 dialog API functions for OS/2 -
trunk/src/user32/dlgconvert.cpp
r46 r96 1 /* $Id: dlgconvert.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 runtime dialog conversion functions for OS/2 -
trunk/src/user32/hooks.cpp
r46 r96 1 /* $Id: hooks.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 hook class for OS/2 -
trunk/src/user32/hooks.h
r46 r96 1 /* $Id: hooks.h,v 1.3 1999-06-10 16:50:39 phaller Exp $ */ 2 1 3 /* 2 *3 4 * Project Odin Software License can be found in LICENSE.TXT 4 *5 */6 /*7 5 * Win32 hook class for OS/2 8 *9 6 * Copyright 1998 Sander van Leeuwen 10 *11 7 */ 12 8 #ifndef __HOOKS_H__ … … 259 255 static HkShell *hooks; 260 256 HkShell *next; 261 257 262 258 friend static LRESULT EXPENTRY_O32 OS2HkShellProc(int code, WPARAM wParam, LPARAM lParam); 263 259 }; -
trunk/src/user32/icon.cpp
r46 r96 1 /* $Id: icon.cpp,v 1.3 1999-06-10 16:50:39 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/user32/icon.h
r46 r96 1 /* $Id: icon.h,v 1.3 1999-06-10 16:50:39 phaller Exp $ */ 2 1 3 /* 2 4 * … … 43 45 } WINBITMAPINFOHEADER; 44 46 45 typedef struct 47 typedef struct 46 48 { 47 49 BYTE blue; -
trunk/src/user32/initterm.cpp
r51 r96 1 /* $Id: initterm.cpp,v 1.2 1999-06-10 16:50:39 phaller Exp $ */ 2 1 3 /* 2 4 * USER32 DLL entry point -
trunk/src/user32/loadres.cpp
r46 r96 1 /* $Id: loadres.cpp,v 1.4 1999-06-10 16:50:39 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/user32/menu.cpp
r46 r96 1 /* $Id: menu.cpp,v 1.4 1999-06-10 16:50:39 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 menu API functions for OS/2 -
trunk/src/user32/user32.h
r46 r96 1 /* $Id: user32.h,v 1.4 1999-06-10 16:50:39 phaller Exp $ */ 2 1 3 /***************************************************************************** 2 4 * Name : USER32.H … … 14 16 #include <string.h> 15 17 16 inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw) 18 inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw) 17 19 { 18 20 memcpy(fw, fa, ((int)&fa->lfFaceName - (int)fa)); … … 21 23 } 22 24 23 inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa) 25 inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa) 24 26 { 25 27 memcpy(fa, fa, ((int)&fw->lfFaceName - (int)fw)); -
trunk/src/user32/user32exp.def
r46 r96 1 ; $Id: user32exp.def,v 1.4 1999-06-10 16:50:36 phaller Exp $ 2 1 3 ;Created by BLAST for IBM's compiler 2 4 LIBRARY USER32 INITINSTANCE -
trunk/src/user32/wndclass.cpp
r46 r96 1 /* $Id: wndclass.cpp,v 1.3 1999-06-10 16:50:37 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 Window Class Managment Code for OS/2 -
trunk/src/user32/wndproc.cpp
r46 r96 1 /* $Id: wndproc.cpp,v 1.4 1999-06-10 16:50:37 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/user32/wndsubproc.cpp
r46 r96 1 /* $Id: wndsubproc.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */ 2 1 3 /* 2 4 * Win32 window subproc class for OS/2 -
trunk/src/user32/wndsubproc.h
r46 r96 1 /* $Id: wndsubproc.h,v 1.3 1999-06-10 16:50:38 phaller Exp $ */ 2 1 3 /* 2 4 *
Note:
See TracChangeset
for help on using the changeset viewer.