windows-nt/Source/XPSP1/NT/inetsrv/iis/inc/opt_rest.h
2020-09-26 16:20:57 +08:00

26 lines
373 B
C

/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
opt_rest.h
Abstract:
This file restores default optimizations. This pragma is placed in a
separate file to make it easier to tune later.
The other opt_*.h files complement this file.
Author:
Keith Moore (keithmo) 23-Jul-1997
Revision History:
--*/
#pragma optimize( "", on )