Ignore:
Timestamp:
Nov 10, 1999, 5:39:46 PM (26 years ago)
Author:
phaller
Message:

Fix: SetLastError/GetLastError behaviour changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/thread.h

    r1286 r1691  
    1 /* $Id: thread.h,v 1.7 1999-10-14 12:29:15 sandervl Exp $ */
     1/* $Id: thread.h,v 1.8 1999-11-10 16:36:30 phaller Exp $ */
    22
    33/*
     
    106106    BOOL           fMsgTranslated; // TranslateMessage called for this message?
    107107    ULONG          newWindow;      // Pointer to window object of window that was just created
     108    void*          pWsockData;     // Winsock data pointer (NULL if unused)
    108109#endif
    109110} THDB;
     
    123124/* scheduler/thread.c */
    124125extern THDB *THREAD_CreateInitialThread( struct _PDB *pdb, int server_fd );
    125 extern THDB *THREAD_Create( struct _PDB *pdb, DWORD flags, 
     126extern THDB *THREAD_Create( struct _PDB *pdb, DWORD flags,
    126127                            DWORD stack_size, BOOL alloc_stack16,
    127128                            LPSECURITY_ATTRIBUTES sa, int *server_handle );
Note: See TracChangeset for help on using the changeset viewer.