Source code of Windows XP (NT5)
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

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