Changeset 6855


Ignore:
Timestamp:
Sep 28, 2001, 9:53:06 AM (24 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r6850 r6855  
    1 /* $Id: changelog,v 1.1701 2001-09-27 16:34:26 phaller Exp $ */
     1/* $Id: changelog,v 1.1702 2001-09-28 07:45:26 sandervl Exp $ */
     2
     3 2001-09-28: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - PE2LX:    o Added options to remove fixups and to reroute all
     5                  imports to a custom odin dll
     6
     7 2001-09-26: Sander van Leeuwen <sandervl@xs4all.nl>
     8    - WININET/ICMP/WS2_32/WINSPOOL/CTL3D32:
     9                o Makefiles added to build library with obj files
     10    - WININET:  o Split up initterm
     11    - CUSTOMBUILD:
     12                o Ordinals definitions moved into ordinals.h
    213
    314 2001-09-27: Patrick Haller <patrick.haller@innotek.de>
  • trunk/include/initdll.h

    r6589 r6855  
    7979ULONG APIENTRY inittermGdi32(ULONG hModule, ULONG ulFlag);
    8080ULONG APIENTRY inittermWsock32(ULONG hModule, ULONG ulFlag);
     81ULONG APIENTRY inittermWininet(ULONG hModule, ULONG ulFlag);
    8182ULONG APIENTRY inittermRpcrt4(ULONG hModule, ULONG ulFlag);
    8283ULONG APIENTRY inittermAvifil32(ULONG hModule, ULONG ulFlag);
     
    8586ULONG APIENTRY InitializeKernel32();
    8687
    87 #define ORDINALBASE_GDI32       0
    88 #define ORDINALBASE_USER32      1000
    89 #define ORDINALBASE_KERNEL32    3000
    90 #define ORDINALBASE_SHELL32     9000
    91 #define ORDINALBASE_COMCTL32    7000
    92 #define ORDINALBASE_OLE32       10000
    93 #define ORDINALBASE_WSOCK32     11000
    94 #define ORDINALBASE_SHLWAPI     13000
    95 
    9688#endif //__INITDLL_H__
  • trunk/src/ole32/regsvr32.cpp

    r6824 r6855  
    1 /* $Id: regsvr32.cpp,v 1.5 2001-09-26 13:55:57 phaller Exp $ */
    2 /*
    3  *
    4  * Project Odin Software License can be found in LICENSE.TXT
    5  *
    6  */
     1/* $Id: regsvr32.cpp,v 1.6 2001-09-28 07:49:05 sandervl Exp $ */
    72/*
    83 * RegSvr32 for OS/2
     
    116 *
    127 * Copyright 1999 David J. Raison
     8 *
     9 *
     10 * Project Odin Software License can be found in LICENSE.TXT
    1311 *
    1412 */
     
    3331// Prototypes.
    3432// ======================================================================
    35 extern HRESULT WIN32API OleInitialize(LPVOID reserved);
    36 extern void    WIN32API OleUninitialize(void);
    3733
    3834static  HRESULT parse_command(int argc, char * argv[]);
Note: See TracChangeset for help on using the changeset viewer.