Ignore:
Timestamp:
Nov 30, 1999, 3:32:50 PM (26 years ago)
Author:
sandervl
Message:

compilation fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/wprocess.h

    r1885 r1887  
    1 /* $Id: wprocess.h,v 1.10 1999-11-30 14:19:02 sandervl Exp $ */
     1/* $Id: wprocess.h,v 1.11 1999-11-30 14:32:50 sandervl Exp $ */
    22/*
    33 * Process help functions
     
    1515
    1616#ifndef OS2_INCLUDED
    17 #include <win\process.h>
     17#include <winprocess.h>
     18#else
     19typedef ULONG PDB;
    1820#endif
    1921#include <thread.h>
     
    3941THDB *WIN32API GetThreadTHDB();
    4042
    41 inline PDB * WINE_UNUSED PROCESS_Current(void)
     43#ifndef OS2_INCLUDED
     44inline PDB * PROCESS_Current(void)
    4245{
    4346    return NtCurrentTeb()->process;
    4447}
     48#endif
    4549
    4650#endif
Note: See TracChangeset for help on using the changeset viewer.