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

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

Issue 525019: Revert 35500 - Added an application framework for demos. Ported hellotriangle... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 12 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 35503)
+++ third_party/gles_book_examples/Common/Source/Win32/esUtil_TGA.c (working copy)
@@ -12,10 +12,7 @@
//
// 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