Changeset 2752 for trunk/synergy/lib/arch/CArchMultithreadPosix.h
- Timestamp:
- Jul 29, 2006, 6:43:07 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/arch/CArchMultithreadPosix.h
r2749 r2752 15 15 #ifndef CARCHMULTITHREADPOSIX_H 16 16 #define CARCHMULTITHREADPOSIX_H 17 18 #ifdef __OS2__ 19 20 #include "CArchMultithreadOS2.h" 21 22 #else /* !__OS2__ */ 17 23 18 24 #include "IArchMultithread.h" … … 111 117 }; 112 118 119 #endif /* !__OS2__ */ 113 120 #endif
Note:
See TracChangeset
for help on using the changeset viewer.