Artem Pikulin
0ddac7c523
#191 Add MM_WIN_BUILD define to not break windows iguana build.
6 years ago
Artem Pikulin
474a7f2ba4
#191 Fix win build.
6 years ago
DeckerSU
efd9eab3bd
fix win build of iguana: prevent winsock.h inclusion in dtls1.h
6 years ago
DeckerSU
23a4df10fd
changes needed to build win32 marketmaker with MSVC 2015
7 years ago
DeckerSU
8c92ff7df8
correct windows.h / winsock2.h include order
- changes to correctly include winsock2.h, according to this article: https://msdn.microsoft.com/ru-ru/library/windows/desktop/ms738562(v=vs.85).aspx
- removed ugly "typedef struct addrinfo" definitions in code
- added WIN32_LEAN_AND_MEAN flag in preprocessor directives
- removed unused myip_path in LP_nativeDEX, error with "DB/myipaddr" violation with ipfname alredy fixed by jl777
7 years ago
DeckerSU
39507b8b90
Ugly fix problem with WinSock2.h and Windows.h included twice.
warning C4005: 'AF_IPX': macro redefinition and same problems.
TODO: Need to properly include windows.h and WinSock2.h in all project.
7 years ago
DeckerSU
1ce9aa236e
Building under Windows. Initial commit.
7 years ago
fadedreamz
da056c3fdb
fixed memory address access issue on win64 build
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
9108bca15e
working 32bit solution, 64bit compiles, but crashes on runtime
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
16e6fe593b
fixed memory address access issue on win64 build
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
abea900b35
working 32bit solution, 64bit compiles, but crashes on runtime
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
14243cca06
fixed memory address access issue on win64 build
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
fadedreamz
967b73e160
working 32bit solution, 64bit compiles, but crashes on runtime
Signed-off-by: fadedreamz <fadedreamz@gmail.com>
8 years ago
usamir
1dfce58f03
Win X64 changes on visual studio
Tested on Win 7 x64, this changes introduced pthread static linking,
static linking of win libs and successful run of win x64 iguana
8 years ago
jl777
82fa535737
fix renaming files in windows to rename instead of delete!
The port of rename file was deleting files, which kind of makes
creating a bundle difficult!
I wrote a mini-test suite to test most of the system specific
functions, this can be invoked via command line ../agents/iguana
OStests or via compile time -D IGUANA_OSTESTS
8 years ago
jl777
5d9d881192
rearranged codebase
9 years ago
jl777
7f58fdbbda
test
9 years ago
jl777
e4f560bb01
test
9 years ago
Mayur Nagekar
3ac595ae19
Fixed win32 and win64 iguana and libcrypto777.a builds
9 years ago
vineetbhargav86
908862b52d
Rebased repo with latest changes
9 years ago
jl777
73d7bde3a5
m_win32 and m_win64
9 years ago