Ticket #9: 800_win32_doc.patch
| File 800_win32_doc.patch, 411 bytes (added by hsattler, 18 months ago) |
|---|
-
openobex-anoncvs
old new 4 4 #include <unistd.h> 5 5 #include <sys/types.h> 6 6 #ifdef _WIN32 7 #include < process.h>7 #include <windows.h> 8 8 #else 9 9 #include <sys/wait.h> 10 10 #endif
