grzesl / ESPMail

Library for sending emails.
GNU General Public License v3.0
15 stars 6 forks source link

non-portable use of \ in #include #5

Open brianjmurrell opened 6 years ago

brianjmurrell commented 6 years ago

On this line in your library you have:

#include "libquickmail\quickmail.h"

I don't believe that use of the backslash (\) rather than the more common forward-slash (/) is portable. You must be working on Windows.

See this stackoverflow question for more information.