Changeset 2203 for trunk/include


Ignore:
Timestamp:
Dec 26, 1999, 6:28:36 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

Location:
trunk/include/win
Files:
2 edited

Legend:

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

    r2196 r2203  
    1 /* $Id: thread.h,v 1.10 1999-12-24 18:38:20 sandervl Exp $ */
     1/* $Id: thread.h,v 1.11 1999-12-26 17:28:35 cbratschi Exp $ */
    22
    33/*
     
    1111
    1212#ifdef __WIN32OS2__
    13 #define TLS_MINIMUM_AVAILABLE   64
     13#define TLS_MINIMUM_AVAILABLE   64
    1414 #ifndef __OS2_H__
    1515  #include "config.h"
     
    101101    struct _THDB  *next;           /* Global thread list */
    102102#ifdef __WIN32OS2__
    103     DWORD          OrgTIBSel;      // Original OS/2 TIB selector (always the same, but let's not assume too much for future compatibility)
    104     ULONG          hmq;            // Thread message queue
     103    DWORD          OrgTIBSel;      // Original OS/2 TIB selector (always the same, but let's not assume too much for future compatibility)
     104    ULONG          hmq;            // Thread message queue
    105105    ULONG          hab;            // Thread Anchor block
    106106    ULONG          hooks[WH_NB_HOOKS]; //list of hooks for this thread queue
     
    108108    ULONG          newWindow;      // Pointer to window object of window that was just created
    109109    void*          pWsockData;     // Winsock data pointer (NULL if unused)
    110     WINDOWPOS      wp;             // Used by message translation for WM_WINDOWPOSCHANGED
     110    DWORD          lParam;         // MessageExtraInfo
     111    WINDOWPOS      wp;             // Used by message translation for WM_WINDOWPOSCHANGED
    111112    ULONG          nrOfMsgs;       // Usually 1; some PM messages can generated more than 1 win32 msg
    112113    BOOL           fTranslated;    // WM_CHAR already translated or not
    113114    ULONG          msgstate;       // odd -> dispatchmessage called, even -> not called
    114     MSG            msg;            // Used by message translation to store translated PM message (sent to win32 window proc in pmwindow.cpp)
     115    MSG            msg;            // Used by message translation to store translated PM message (sent to win32 window proc in pmwindow.cpp)
    115116    MSG            msgWCHAR;       // Used to store extra WM_CHAR message generated by TranslateMessage
    116117#endif
  • trunk/include/win/winuser.h

    r2098 r2203  
    1 /* $Id: winuser.h,v 1.23 1999-12-17 17:16:39 cbratschi Exp $ */
     1/* $Id: winuser.h,v 1.24 1999-12-26 17:28:36 cbratschi Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    37163716LONG      SYSTEM InternalTabbedTextOutW(HDC,INT,INT,LPCWSTR,INT,INT,LPINT,INT);
    37173717
    3718 VOID      WINAPI TrackWin32Window(HWND,BOOL);
    3719 
    37203718VOID        WINAPI ScreenSwitchEnable16(WORD);
    37213719
Note: See TracChangeset for help on using the changeset viewer.