Changeset 477
- Timestamp:
 - Aug 11, 1999, 6:47:00 PM (26 years ago)
 - Location:
 - trunk/src
 - Files:
 - 
      
- 3 edited
 
- 
          
  lz32/lz32.cpp (modified) (2 diffs)
 - 
          
  odincrt/odincrt.cpp (modified) (1 diff)
 - 
          
  odincrt/odincrt.def (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/lz32/lz32.cpp
r474 r477 1 /* $Id: lz32.cpp,v 1. 2 1999-08-11 12:49:21phaller Exp $ */1 /* $Id: lz32.cpp,v 1.3 1999-08-11 16:46:27 phaller Exp $ */ 2 2 3 3 /* … … 25 25 #include "debugtools.h" 26 26 27 28 ODINDEBUGCHANNEL(LZ32) 27 29 28 30 // @@@PH WINE compatibility macros  - 
      
trunk/src/odincrt/odincrt.cpp
r470 r477 102 102 103 103 // operator new() 104 // @@@PH wrong calling convention 105 //void* _Optlink __nw__FUi(void* p1) 104 //void* _Optlink ODIN__nw__FUi(unsigned int i) 106 105 // ODIN_TEB_OFF 107 // void *rc = __nw__FUi(p1);106 // void* rc = __nw__FUi(i); 108 107 // ODIN_TEB_ON1(rc) 109 108  - 
      
trunk/src/odincrt/odincrt.def
r470 r477 48 48 ; C++ wrappers 49 49 ; ----------------- 50 __nw__FUi ; operator new() 51 50 51 ; ODIN__nw__FUi 52 ; __nw__FUi = ODIN__nw__FUi ; operator new() 53 __nw__FUi 52 54 53 55  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  