# HG changeset patch
# Parent adb6b029b102cd313dcd3d2d5bc5efaf10b7625f
Issue #17597: Move generated file to Objects/errmap.h to help with Min GW
diff --git a/PC/errmap.h b/Objects/errmap.h
rename from PC/errmap.h
rename to Objects/errmap.h
diff --git a/PC/errmap.mak b/PC/errmap.mak
--- a/PC/errmap.mak
+++ b/PC/errmap.mak
@@ -1,5 +1,5 @@
-errmap.h: generrmap.exe
- .\generrmap.exe> errmap.h
+..\Objects\errmap.h: generrmap.exe
+ .\generrmap.exe> ..\Objects\errmap.h
genermap.exe: generrmap.c
cl generrmap.c
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -195,6 +195,7 @@