Merge lp:~zorba-coders/zorba/win64-build into lp:zorba

Proposed by Chris Hillery
Status: Merged
Merged at revision: 11587
Proposed branch: lp:~zorba-coders/zorba/win64-build
Merge into: lp:zorba
Diff against target: 20 lines (+5/-1)
1 file modified
src/debugger/socket.h (+5/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/win64-build
Reviewer Review Type Date Requested Status
Juan Zacarias Approve
Chris Hillery Approve
Review via email: mp+174890@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Juan Zacarias (juan457) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/debugger/socket.h'
--- src/debugger/socket.h 2013-02-07 17:24:36 +0000
+++ src/debugger/socket.h 2013-07-15 23:03:33 +0000
@@ -21,12 +21,16 @@
2121
22#include <zorba/debugger_exception.h>22#include <zorba/debugger_exception.h>
2323
24#ifdef WIN3224#ifdef _WIN64
25 typedef unsigned __int64 SOCKET;
26#else
27#ifdef _WIN32
25 typedef unsigned int __w64 SOCKET;28 typedef unsigned int __w64 SOCKET;
26#else29#else
27# define INVALID_SOCKET -130# define INVALID_SOCKET -1
28typedef int SOCKET;31typedef int SOCKET;
29#endif32#endif
33#endif
3034
31namespace zorba {35namespace zorba {
3236

Subscribers

People subscribed via source and target branches