WindowsXP-SP1/inetsrv/iis/inc/opt_rest.h
2020-09-30 16:53:49 +02:00

26 lines
398 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 )