diff options
Diffstat (limited to 'plugins/AssocMgr/common.h')
-rw-r--r-- | plugins/AssocMgr/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AssocMgr/common.h b/plugins/AssocMgr/common.h index 912f3fd9d0..6f5592f524 100644 --- a/plugins/AssocMgr/common.h +++ b/plugins/AssocMgr/common.h @@ -19,6 +19,7 @@ along with this program (AssocMgr-License.txt); if not, write to the Free Softwa Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#define _CRT_SECURE_NO_WARNINGS
#define _WIN32_WINNT 0x0600
#define __RPCASYNC_H__ /* VC6 has a mistake in there (warning) */
#include <windows.h>
|