| Index: third_party/gles_book_examples/Common/Include/esUtil_win.h
 | 
| ===================================================================
 | 
| --- third_party/gles_book_examples/Common/Include/esUtil_win.h	(revision 35483)
 | 
| +++ third_party/gles_book_examples/Common/Include/esUtil_win.h	(working copy)
 | 
| @@ -15,43 +15,11 @@
 | 
|  #ifndef ESUTIL_WIN_H
 | 
|  #define ESUTIL_WIN_H
 | 
|  
 | 
| -///
 | 
| -//  Includes
 | 
| -//
 | 
| -
 | 
|  #ifdef __cplusplus
 | 
| -
 | 
|  extern "C" {
 | 
| -#endif
 | 
| +#endif  // __cplusplus
 | 
|  
 | 
| -   
 | 
|  ///
 | 
| -//  Macros
 | 
| -//
 | 
| -
 | 
| -///
 | 
| -// Types
 | 
| -//
 | 
| -
 | 
| -///
 | 
| -//  Public Functions
 | 
| -//
 | 
| -
 | 
| -///
 | 
| -//  WinCreate()
 | 
| -//
 | 
| -//      Create Win32 instance and window
 | 
| -//
 | 
| -GLboolean WinCreate ( ESContext *esContext, const char *title );
 | 
| -
 | 
| -///
 | 
| -//  WinLoop()
 | 
| -//
 | 
| -//      Start main windows loop
 | 
| -//
 | 
| -void WinLoop ( ESContext *esContext );
 | 
| -
 | 
| -///
 | 
|  //  WinTGALoad()
 | 
|  //    
 | 
|  //      TGA loader win32 implementation
 | 
| @@ -60,6 +28,6 @@
 | 
|  
 | 
|  #ifdef __cplusplus
 | 
|  }
 | 
| -#endif
 | 
| +#endif  // __cplusplus
 | 
|  
 | 
| -#endif // ESUTIL_WIN_H
 | 
| +#endif // ESUTIL_WIN_H
 | 
| 
 |