Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: third_party/gles_book_examples/Common/Source/Win32/esUtil_TGA.c

Issue 527016: Added gyp file for examples. Removed unnecessary functions. Added header file... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/gles_book_examples/Common/Source/Win32/esUtil_TGA.c
===================================================================
--- third_party/gles_book_examples/Common/Source/Win32/esUtil_TGA.c (revision 35821)
+++ third_party/gles_book_examples/Common/Source/Win32/esUtil_TGA.c (working copy)
@@ -12,7 +12,10 @@
//
// This file contains the Win32 implementation of a TGA image loader
+#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
+#endif // WIN32_LEAN_AND_MEAN
+
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>

Powered by Google App Engine
This is Rietveld 408576698