Ignore:
Timestamp:
Jul 29, 2006, 6:43:07 AM (19 years ago)
Author:
bird
Message:

Two classes (CPMScreen and CPMKeyState) + the hook dll left (and debugging of course).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/arch/CArchMultithreadPosix.h

    r2749 r2752  
    1515#ifndef CARCHMULTITHREADPOSIX_H
    1616#define CARCHMULTITHREADPOSIX_H
     17
     18#ifdef __OS2__
     19
     20#include "CArchMultithreadOS2.h"
     21
     22#else /* !__OS2__ */
    1723
    1824#include "IArchMultithread.h"
     
    111117};
    112118
     119#endif /* !__OS2__ */
    113120#endif
Note: See TracChangeset for help on using the changeset viewer.