diff options
Diffstat (limited to 'mp/src/utils/glview/glos.h')
| -rw-r--r-- | mp/src/utils/glview/glos.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/mp/src/utils/glview/glos.h b/mp/src/utils/glview/glos.h index bc36bb1a..ebaee16e 100644 --- a/mp/src/utils/glview/glos.h +++ b/mp/src/utils/glview/glos.h @@ -1,21 +1,21 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//
-//=============================================================================//
-// GLOS.H
-//
-// This is an OS specific header file
-
-#include <windows.h>
-
-// disable data conversion warnings
-
-#pragma warning(disable : 4244) // MIPS
-#pragma warning(disable : 4136) // X86
-#pragma warning(disable : 4051) // ALPHA
-
-
-
+//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// +// GLOS.H +// +// This is an OS specific header file + +#include <windows.h> + +// disable data conversion warnings + +#pragma warning(disable : 4244) // MIPS +#pragma warning(disable : 4136) // X86 +#pragma warning(disable : 4051) // ALPHA + + + |