We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4fd0f commit 1575e5dCopy full SHA for 1575e5d
.gitignore
@@ -3,4 +3,10 @@
3
*.unsuccessfulbuild
4
*.sdf
5
*.exp
6
-salb.opensdf
+salb.opensdf
7
+*.exe
8
+*.ilk
9
+*.pdb
10
+*.log
11
+*.obj
12
+*.idb
sapi/htstts.h
@@ -2,6 +2,8 @@
2
#pragma once
+#pragma warning(disable: 4996)
+
#include <atlbase.h>
#include <atlcom.h>
sapi/register/register-voice.cpp
@@ -32,6 +32,8 @@
32
// Date: November 2001 //
33
///////////////////////////////////////////////////////////////////////////
34
35
36
37
38
#include <stdio.h>
39
#include <sphelper.h>
0 commit comments