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

    r2749 r2752  
    8585#               define X_DISPLAY_MISSING 1
    8686#       endif
     87
     88#       if defined(__OS2__)
     89#               define SYSAPI_UNIX 1
     90#               define WINAPI_PM 1
     91
     92#               define HAVE_CXX_BOOL 1
     93#               define HAVE_CXX_CASTS 1
     94#               define HAVE_CXX_EXCEPTIONS 1
     95#               define HAVE_CXX_MUTABLE 1
     96#               define HAVE_CXX_STDLIB 1
     97//#             define HAVE_GETPWUID_R 1
     98#               define HAVE_GMTIME_R 1
     99#               define HAVE_INET_ATON 1
     100#               define HAVE_INTTYPES_H 1
     101#               define HAVE_ISTREAM 1
     102#               define HAVE_MEMORY_H 1
     103#               define HAVE_NANOSLEEP 1
     104#               define HAVE_OSTREAM 1
     105#               define HAVE_POSIX_SIGWAIT 1
     106// we don't have pthreads, but we use the same header to reduce changes.
     107#               define HAVE_PTHREAD 1
     108//#             define HAVE_PTHREAD_SIGNAL 1
     109#               include <sys/types.h>
     110#               include <sys/socket.h>
     111//#             if defined(_SOCKLEN_T)
     112//#                     define HAVE_SOCKLEN_T 1
     113//#             endif
     114#               define HAVE_SSTREAM 1
     115#               define HAVE_STDINT_H 1
     116#               define HAVE_STDLIB_H 1
     117#               define HAVE_STRINGS_H 1
     118#               define HAVE_STRING_H 1
     119#               define HAVE_SYS_SELECT_H 1
     120#               define HAVE_SYS_SOCKET_H 1
     121#               define HAVE_SYS_STAT_H 1
     122#               define HAVE_SYS_TIME_H 1
     123#               define HAVE_SYS_TYPES_H 1
     124#               define HAVE_SYS_UTSNAME_H 1
     125#               define HAVE_UNISTD_H 1
     126#               define HAVE_VSNPRINTF 1
     127#               define HAVE_WCHAR_H 1
     128#               define HAVE_LOCALE_H 1
     129
     130#               define SELECT_TYPE_ARG1 int
     131#               define SELECT_TYPE_ARG234 (fd_set *)
     132#               define SELECT_TYPE_ARG5 (struct timeval *)
     133#               define SIZEOF_CHAR 1
     134#               define SIZEOF_INT 4
     135#               define SIZEOF_LONG 4
     136#               define SIZEOF_SHORT 2
     137#               define STDC_HEADERS 1
     138#               define TIME_WITH_SYS_TIME 1
     139#               define X_DISPLAY_MISSING 1
     140#       endif /* __OS2__ */
    87141#endif
    88142
Note: See TracChangeset for help on using the changeset viewer.