summaryrefslogtreecommitdiff
path: root/src/w32.h
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-11-19 04:59:23 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-11-19 04:59:23 +0000
commitfbd6baedb5818026258ae813d298779d4d029bf1 (patch)
treeb48b862a1f549f0a5d903fb6aad622e4ae80bfe9 /src/w32.h
parent0f7d64d24552f764c1a34a2d6087dee2eb92770e (diff)
downloademacs-fbd6baedb5818026258ae813d298779d4d029bf1.tar.gz
Change identifiers of the form win32* to w32*.
Diffstat (limited to 'src/w32.h')
-rw-r--r--src/w32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.h b/src/w32.h
index 2ee36488657..90ba7fbe015 100644
--- a/src/w32.h
+++ b/src/w32.h
@@ -119,7 +119,7 @@ extern void reset_standard_handles (int in, int out,
int err, HANDLE handles[4]);
/* Return the string resource associated with KEY of type TYPE. */
-extern LPBYTE nt_get_resource (char * key, LPDWORD type);
+extern LPBYTE w32_get_resource (char * key, LPDWORD type);
extern void init_ntproc ();
extern void term_ntproc ();