summaryrefslogtreecommitdiff
path: root/LangMan/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'LangMan/common.h')
-rw-r--r--LangMan/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LangMan/common.h b/LangMan/common.h
index 15d099c..1f47d8e 100644
--- a/LangMan/common.h
+++ b/LangMan/common.h
@@ -19,6 +19,8 @@ along with this program (LangMan-License.txt); if not, write to the Free Softwar
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#define _CRT_SECURE_NO_WARNINGS
+
#define __RPCASYNC_H__ /* header shows warnings in VS6 */
#include <windows.h>
#pragma warning(disable:4201) /* nonstandard extension used : nameless struct/union */