Changeset 8899 for trunk/src


Ignore:
Timestamp:
Jul 21, 2002, 11:20:56 AM (23 years ago)
Author:
sandervl
Message:

Interface changes for shared memory allocation

Location:
trunk/src/kernel32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.DEF

    r8666 r8899  
    1 ; $Id: KERNEL32.DEF,v 1.140 2002-06-15 10:41:43 sandervl Exp $
     1; $Id: KERNEL32.DEF,v 1.141 2002-07-21 09:20:55 sandervl Exp $
    22
    33;Basis is Windows95 KERNEL32
     
    2828
    2929  Win32WaitForIdleThread        = PMMERGE.5474
    30   WinXxCreateHeap2              = PMMERGE.5475
    31   WinMspInit                    = PMMERGE.5420
    32   pSharedHeap                   = PMMERGE.6205
    33   WinXxAllocMem                 = PMMERGE.5424
    34   WinXxCreateHeap               = PMMERGE.5425
    35   WinXxDestroyHeap              = PMMERGE.5426
    3630  LookupAtom                    = PMMERGE.10020
    3731
     
    11651159
    11661160;shared memory allocation
    1167     sharedHeap                                                    @1271 NONAME
     1161    _smalloc                                                      @1271 NONAME
     1162    _smallocfill                                                  @1275 NONAME
     1163    InitializeSharedHeap                                          @1276 NONAME
     1164    DestroySharedHeap                                             @1277 NONAME
    11681165
    11691166;code memory allocation
    11701167    codeHeap                                                      @1272 NONAME
    1171 
    1172 ;VSemaphore
    1173    wait__10VSemaphoreFUlPUl                                       @1280 NONAME
    1174    post__10VSemaphoreFPUl                                         @1281 NONAME
    1175    reset__10VSemaphoreFPUl                                        @1282 NONAME
    1176    __ct__10VSemaphoreFiPUl                                        @1283 NONAME
    1177    __dt__10VSemaphoreFv                                           @1284 NONAME
    11781168
    11791169;fast file API's
  • trunk/src/kernel32/kernel32.mak

    r8864 r8899  
    1 # $Id: kernel32.mak,v 1.33 2002-07-13 15:58:20 sandervl Exp $
     1# $Id: kernel32.mak,v 1.34 2002-07-21 09:20:56 sandervl Exp $
    22
    33#
     
    7474$(OBJDIR)\os2heap.obj \
    7575$(OBJDIR)\vmutex.obj \
    76 $(OBJDIR)\vsemaphore.obj \
     76####$(OBJDIR)\vsemaphore.obj \
    7777$(OBJDIR)\initterm.obj \
    7878$(OBJDIR)\initkernel32.obj \
Note: See TracChangeset for help on using the changeset viewer.