Ignore:
Timestamp:
Mar 23, 2000, 8:23:48 PM (25 years ago)
Author:
sandervl
Message:

mutex fixes + added vsemaphore class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepeldr.cpp

    r3059 r3206  
    1 /* $Id: winimagepeldr.cpp,v 1.35 2000-03-09 19:03:22 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.36 2000-03-23 19:23:48 sandervl Exp $ */
    22
    33/*
     
    11781178 ULONG nsize;
    11791179
     1180  if(!strcmp(apiname, "At"))
     1181        DebugInt3();
    11801182  if(nameexports == NULL) {
    11811183        nameExportSize= 4096;
     
    15181520        strcpy(tmp, name);
    15191521        apiname = tmp;
     1522        apilen  = 4;
    15201523  }
    15211524  else  apiname = name;
Note: See TracChangeset for help on using the changeset viewer.