Ignore:
Timestamp:
Sep 27, 1999, 12:24:51 AM (26 years ago)
Author:
sandervl
Message:

Keyboard msg fixes

File:
1 edited

Legend:

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

    r320 r1067  
    1 /* $Id: thread.h,v 1.5 1999-07-17 09:19:15 sandervl Exp $ */
     1/* $Id: thread.h,v 1.6 1999-09-26 22:24:51 sandervl Exp $ */
    22
    33/*
     
    1010#define __WINE_THREAD_H
    1111
     12#ifdef __WIN32OS2__
     13#define TLS_MINIMUM_AVAILABLE   64
     14 #ifndef __OS2_H__
     15  #include "config.h"
     16  #include "winbase.h"
     17 #endif
     18#else
    1219#include "config.h"
    1320#include "winbase.h"
    14 //#include "selectors.h"  /* for SET_FS */
    15 
    16 #ifdef __WIN32OS2__
    17 #define TLS_MINIMUM_AVAILABLE   64
     21#include "selectors.h"  /* for SET_FS */
    1822#endif
    1923
     
    100104    ULONG          hmq;            // Thread message queue
    101105    ULONG          hab;            // Thread Anchor block
     106    BOOL           fMsgTranslated; // TranslateMessage called for this message?
    102107#endif
    103108} THDB;
Note: See TracChangeset for help on using the changeset viewer.