diff options
Diffstat (limited to 'gdb/gdbserver/wincecompat.h')
-rw-r--r-- | gdb/gdbserver/wincecompat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbserver/wincecompat.h b/gdb/gdbserver/wincecompat.h index 797bed68cc3..c4bc316c87c 100644 --- a/gdb/gdbserver/wincecompat.h +++ b/gdb/gdbserver/wincecompat.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef WINCECOMPAT_H -#define WINCECOMPAT_H +#ifndef GDBSERVER_WINCECOMPAT_H +#define GDBSERVER_WINCECOMPAT_H #include <windows.h> @@ -27,4 +27,4 @@ extern char * strwinerror (DWORD error); #define strerror strwinerror -#endif +#endif /* GDBSERVER_WINCECOMPAT_H */ |