| Index: silk/debug.h
|
| diff --git a/silk/debug.h b/silk/debug.h
|
| index 8ae7094f76eaa9cc27a948b9deaedb2cb9fe3c97..efb6d3e99e7f83175fe0342de004c867c08af8db 100644
|
| --- a/silk/debug.h
|
| +++ b/silk/debug.h
|
| @@ -8,11 +8,11 @@ this list of conditions and the following disclaimer.
|
| - Redistributions in binary form must reproduce the above copyright
|
| notice, this list of conditions and the following disclaimer in the
|
| documentation and/or other materials provided with the distribution.
|
| -- Neither the name of Internet Society, IETF or IETF Trust, nor the
|
| +- Neither the name of Internet Society, IETF or IETF Trust, nor the
|
| names of specific contributors, may be used to endorse or promote
|
| products derived from this software without specific prior written
|
| permission.
|
| -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS”
|
| +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| @@ -28,10 +28,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
| #ifndef SILK_DEBUG_H
|
| #define SILK_DEBUG_H
|
|
|
| -#ifdef _WIN32
|
| -#define _CRT_SECURE_NO_DEPRECATE 1
|
| -#endif
|
| -
|
| #include "typedef.h"
|
| #include <stdio.h> /* file writing */
|
| #include <string.h> /* strcpy, strcmp */
|
| @@ -69,7 +65,6 @@ unsigned long GetHighResolutionTime(void); /* O time in usec*/
|
|
|
| #if (defined(_WIN32) || defined(_WINCE))
|
| #include <windows.h> /* timer */
|
| -#pragma warning( disable : 4996 ) /* stop bitching about strcpy in TIC()*/
|
| #else /* Linux or Mac*/
|
| #include <sys/time.h>
|
| #endif
|
|
|