| Index: printing/emf_win.h
|
| ===================================================================
|
| --- printing/emf_win.h (revision 20026)
|
| +++ printing/emf_win.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef PRINTING_EMF_WIN_H__
|
| -#define PRINTING_EMF_WIN_H__
|
| +#ifndef PRINTING_EMF_WIN_H_
|
| +#define PRINTING_EMF_WIN_H_
|
|
|
| #include <windows.h>
|
| #include <vector>
|
| @@ -178,4 +178,4 @@
|
|
|
| } // namespace printing
|
|
|
| -#endif // PRINTING_EMF_WIN_H__
|
| +#endif // PRINTING_EMF_WIN_H_
|
|
|