mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-02 15:11:43 +01:00
Allow compiling and using as DLL in windows #502
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
For the license information refer to format.h.
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#include "gmock/gmock.h"
|
||||
#include "fmt/time.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user