Skip to content

Commit 1575e5d

Browse files
committed
Fix for Visual Studio 2013
Deprecated sphelper.h fix for MS Visual Studio 2013
1 parent 0d4fd0f commit 1575e5d

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33
*.unsuccessfulbuild
44
*.sdf
55
*.exp
6-
salb.opensdf
6+
salb.opensdf
7+
*.exe
8+
*.ilk
9+
*.pdb
10+
*.log
11+
*.obj
12+
*.idb

sapi/htstts.h

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#pragma once
44

5+
#pragma warning(disable: 4996)
6+
57
#include <atlbase.h>
68
#include <atlcom.h>
79

sapi/register/register-voice.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
// Date: November 2001 //
3333
///////////////////////////////////////////////////////////////////////////
3434

35+
#pragma warning(disable: 4996)
36+
3537
#include <atlbase.h>
3638
#include <stdio.h>
3739
#include <sphelper.h>

0 commit comments

Comments
 (0)