summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2022-11-21 16:35:17 +0000
committerRobin Watts <Robin.Watts@artifex.com>2022-11-21 18:58:51 +0000
commite15f8ff9db30c4e780973cef79e162baed6047c6 (patch)
treed73af5935cceb56721479331fdd2a901b7b083c7 /windows
parent31f96d10d419ca83c6d9bcafb2c635df35bb537c (diff)
downloadghostpdl-e15f8ff9db30c4e780973cef79e162baed6047c6.tar.gz
Move gp_wutf8 functions to be gp_utf8.
Promote previously windows specific functions to be generically available (and give them names that reflect that).
Diffstat (limited to 'windows')
-rw-r--r--windows/ghostscript.vcxproj3
-rw-r--r--windows/ghostscript.vcxproj.filters9
2 files changed, 8 insertions, 4 deletions
diff --git a/windows/ghostscript.vcxproj b/windows/ghostscript.vcxproj
index b1adde650..23fba9a92 100644
--- a/windows/ghostscript.vcxproj
+++ b/windows/ghostscript.vcxproj
@@ -1043,6 +1043,7 @@
<ClCompile Include="..\base\gp_unix.c" />
<ClCompile Include="..\base\gp_unix_cache.c" />
<ClCompile Include="..\base\gp_upapr.c" />
+ <ClCompile Include="..\base\gp_utf8.c" />
<ClCompile Include="..\base\gp_vms.c" />
<ClCompile Include="..\base\gp_wgetv.c" />
<ClCompile Include="..\base\gp_win32.c" />
@@ -1050,7 +1051,6 @@
<ClCompile Include="..\base\gp_winfs2.c" />
<ClCompile Include="..\base\gp_wpapr.c" />
<ClCompile Include="..\base\gp_wsync.c" />
- <ClCompile Include="..\base\gp_wutf8.c" />
<ClCompile Include="..\base\gsagl.c" />
<ClCompile Include="..\base\gsalloc.c" />
<ClCompile Include="..\base\gsargs.c" />
@@ -2717,6 +2717,7 @@
<ClInclude Include="..\base\gpsync.h" />
<ClInclude Include="..\base\gp_mswin.h" />
<ClInclude Include="..\base\gp_os2.h" />
+ <ClInclude Include="..\base\gp_utf8.h" />
<ClInclude Include="..\base\gsagl.h" />
<ClInclude Include="..\base\gsalloc.h" />
<ClInclude Include="..\base\gsargs.h" />
diff --git a/windows/ghostscript.vcxproj.filters b/windows/ghostscript.vcxproj.filters
index 0985029a2..b23c8d0ef 100644
--- a/windows/ghostscript.vcxproj.filters
+++ b/windows/ghostscript.vcxproj.filters
@@ -1661,6 +1661,9 @@
<ClCompile Include="..\base\gp_upapr.c">
<Filter>base</Filter>
</ClCompile>
+ <ClCompile Include="..\base\gp_utf8.c">
+ <Filter>base</Filter>
+ </ClCompile>
<ClCompile Include="..\base\gp_vms.c">
<Filter>base</Filter>
</ClCompile>
@@ -1682,9 +1685,6 @@
<ClCompile Include="..\base\gp_wsync.c">
<Filter>base</Filter>
</ClCompile>
- <ClCompile Include="..\base\gp_wutf8.c">
- <Filter>base</Filter>
- </ClCompile>
<ClCompile Include="..\base\gpmisc.c">
<Filter>base</Filter>
</ClCompile>
@@ -6733,6 +6733,9 @@
<ClInclude Include="..\base\gp_os2.h">
<Filter>base %28.h%29</Filter>
</ClInclude>
+ <ClInclude Include="..\base\gp_utf8.h">
+ <Filter>base %28.h%29</Filter>
+ </ClInclude>
<ClInclude Include="..\base\gpcheck.h">
<Filter>base %28.h%29</Filter>
</ClInclude>