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/wprocess.h

    r953 r1067  
    1 /* $Id: wprocess.h,v 1.7 1999-09-15 23:29:09 sandervl Exp $ */
     1/* $Id: wprocess.h,v 1.8 1999-09-26 22:24:51 sandervl Exp $ */
    22/*
    33 * Process help functions
     
    1414#define WIN32_TIBSEL
    1515
    16 #ifdef OS2_INCLUDED
    17 typedef DWORD TEB;
    18 typedef DWORD THDB;
    19 #else
     16#ifndef OS2_INCLUDED
    2017#include <winprocess.h>
     18#endif
    2119#include <thread.h>
    22 #endif
    2320
    2421TEB *InitializeTIB(BOOL fMainThread = FALSE);
Note: See TracChangeset for help on using the changeset viewer.