summaryrefslogtreecommitdiff
path: root/w32/include/w32err.h
diff options
context:
space:
mode:
Diffstat (limited to 'w32/include/w32err.h')
-rw-r--r--w32/include/w32err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/w32/include/w32err.h b/w32/include/w32err.h
index ebf8c81..9131f04 100644
--- a/w32/include/w32err.h
+++ b/w32/include/w32err.h
@@ -22,6 +22,6 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#define EXTERN_DECL(entry, args) entry args
#endif
-EXTERN_DECL(char * map_windows32_error_to_string, (DWORD error));
+EXTERN_DECL(const char * map_windows32_error_to_string, (DWORD error));
#endif /* !_W32ERR_H */