windows-nt/Source/XPSP1/NT/shell/published/dload/shellpch.h

12 lines
243 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#pragma once
#include <w4warn.h>
/*
* Level 4 warnings to be turned on.
* Do not disable any more level 4 warnings.
*/
#pragma warning(disable:4211) // nonstandard extension used : redefined extern to static
#include <dloadexcept.h>