Commit e58d622d authored by Sergey Lyubka's avatar Sergey Lyubka

Added note about /Gz for OpenSSL & Windows

parent bcb29462
...@@ -357,6 +357,10 @@ variable is visible in the block that follows. ...@@ -357,6 +357,10 @@ variable is visible in the block that follows.
the Manual should be of help. Note: the syntax changes from time to time, the Manual should be of help. Note: the syntax changes from time to time,
so updating the config file might be necessary after executable update. so updating the config file might be necessary after executable update.
- Embedding with OpenSSL on Windows might fail because of calling convention.
To force Mongoose to use `__stdcall` convention, add `/Gz` compilation
flag in Visual Studio compiler.
# Embedding # Embedding
Embedding Mongoose is easy. Copy Embedding Mongoose is easy. Copy
[mongoose.c](https://github.com/valenok/mongoose/blob/master/mongoose.c) and [mongoose.c](https://github.com/valenok/mongoose/blob/master/mongoose.c) and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment