Skip to content
Snippets Groups Projects
Commit bb533f4d authored by Adam Moss's avatar Adam Moss
Browse files

suppress win32 warning about strcpy. yuck.

parent 1ee15702
Branches
Tags
No related merge requests found
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
* $/LicenseInfo$ * $/LicenseInfo$
*/ */
// win32 kludge-o-rama
#define _CRT_SECURE_NO_WARNINGS
#include "../test/lltut.h" #include "../test/lltut.h"
#include "../llstring.h" #include "../llstring.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment