Skip to content

Commit

Permalink
Update platform.h
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinsam committed May 10, 2015
1 parent ff0714d commit d5bcd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
#elif defined(__hpux)
# define PLATFORM_SUFFIX ".sl"
#elif defined(_MSC_VER) || defined(_WIN32)
O# define PLATFORM_SUFFIX ".dll"
# define PLATFORM_SUFFIX ".dll"
#else
# error Unknown platform - Dynamic library suffix unknown.
#endif
Expand Down

0 comments on commit d5bcd8a

Please sign in to comment.