diff src/termhooks.h @ 16588:481b7874a1e9

Change identifiers of the form win32* to w32*.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 19 Nov 1996 04:59:23 +0000
parents b163c199496b
children 3c251b1dcdf5
line wrap: on
line diff
--- a/src/termhooks.h	Tue Nov 19 04:46:30 1996 +0000
+++ b/src/termhooks.h	Tue Nov 19 04:59:23 1996 +0000
@@ -248,7 +248,7 @@
 				   .timestamp gives a timestamp (in
 				   milliseconds) for the click.  */
 #ifdef WINDOWSNT
-  win32_scroll_bar_click,	/* as for scroll_bar_click, but only generated
+  w32_scroll_bar_click,	/* as for scroll_bar_click, but only generated
 				   by MS-Windows scroll bar controls. */
 #endif
   selection_request_event,	/* Another X client wants a selection from us.