mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
373 B
25 lines
373 B
/*++
|
|
|
|
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 )
|
|
|