| Index: base/pe_image.h
|
| diff --git a/base/pe_image.h b/base/pe_image.h
|
| index d03aec7542270de396760fa07ac197bebc601a7c..f2a929d65bc18da2a841d094e281dd37a9c57376 100644
|
| --- a/base/pe_image.h
|
| +++ b/base/pe_image.h
|
| @@ -8,8 +8,8 @@
|
| // Win32 Portable Executable File Format" by Matt Pietrek:
|
| // http://msdn.microsoft.com/msdnmag/issues/02/02/PE/default.aspx
|
|
|
| -#ifndef BASE_SRC_PE_IMAGE_H__
|
| -#define BASE_SRC_PE_IMAGE_H__
|
| +#ifndef BASE_PE_IMAGE_H_
|
| +#define BASE_PE_IMAGE_H_
|
|
|
| #include <windows.h>
|
| #include <DelayIMP.h>
|
| @@ -254,4 +254,4 @@ inline PIMAGE_EXPORT_DIRECTORY PEImage::GetExportDirectory() const {
|
| GetImageDirectoryEntryAddr(IMAGE_DIRECTORY_ENTRY_EXPORT));
|
| }
|
|
|
| -#endif // BASE_SRC_PE_IMAGE_H__
|
| +#endif // BASE_PE_IMAGE_H_
|
|
|