Ignore:
Timestamp:
Feb 7, 2001, 7:30:59 PM (25 years ago)
Author:
umoeller
Message:

misc. changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/threads.h

    r18 r33  
    7070    typedef THREADFUNC *PTHREADFUNC;
    7171
    72     BOOL thrCreate(PTHREADINFO pti,
    73                    PTHREADFUNC pfn,
    74                    PBOOL pfRunning,
    75                    ULONG flFlags,
    76                    ULONG ulData);
     72    ULONG thrCreate(PTHREADINFO pti,
     73                    PTHREADFUNC pfn,
     74                    PBOOL pfRunning,
     75                    ULONG flFlags,
     76                    ULONG ulData);
    7777
    7878    ULONG thrRunSync(HAB hab,
Note: See TracChangeset for help on using the changeset viewer.