Changeset 8939 for trunk/src


Ignore:
Timestamp:
Jul 30, 2002, 5:34:52 PM (23 years ago)
Author:
achimha
Message:

vsemaphore.h is a local include file

Location:
trunk/src/wsock32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/asyncthread.h

    r7992 r8939  
    1 /* $Id: asyncthread.h,v 1.12 2002-02-23 16:39:09 sandervl Exp $ */
     1/* $Id: asyncthread.h,v 1.13 2002-07-30 15:34:51 achimha Exp $ */
    22
    33/*
     
    1212
    1313#include <vmutex.h>
    14 #include <vsemaphore.h>
     14#include "vsemaphore.h"
    1515
    1616#define ASYNCCNV        _Optlink
  • trunk/src/wsock32/vsemaphore.cpp

    r8903 r8939  
    1 /* $Id: vsemaphore.cpp,v 1.1 2002-07-22 09:53:47 sandervl Exp $ */
     1/* $Id: vsemaphore.cpp,v 1.2 2002-07-30 15:34:52 achimha Exp $ */
    22
    33/*
     
    1919#define INCL_DOSERRORS
    2020#include <os2wrap.h>    //Odin32 OS/2 api wrappers
    21 #include <VSemaphore.h>
     21#include "vsemaphore.h"
    2222#include <win32type.h>
    2323#include <misc.h>
Note: See TracChangeset for help on using the changeset viewer.