Skip to content

Commit

Permalink
Fix for Visual Studio 2013
Browse files Browse the repository at this point in the history
Deprecated sphelper.h fix for MS Visual Studio 2013
  • Loading branch information
m-toman committed Dec 2, 2014
1 parent 0d4fd0f commit 1575e5d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
*.unsuccessfulbuild
*.sdf
*.exp
salb.opensdf
salb.opensdf
*.exe
*.ilk
*.pdb
*.log
*.obj
*.idb
2 changes: 2 additions & 0 deletions sapi/htstts.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#pragma once

#pragma warning(disable: 4996)

#include <atlbase.h>
#include <atlcom.h>

Expand Down
2 changes: 2 additions & 0 deletions sapi/register/register-voice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
// Date: November 2001 //
///////////////////////////////////////////////////////////////////////////

#pragma warning(disable: 4996)

#include <atlbase.h>
#include <stdio.h>
#include <sphelper.h>
Expand Down

0 comments on commit 1575e5d

Please sign in to comment.