comparison src/s/ms-w32.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 d8360498f935
children f0f8ac814b26
comparison
equal deleted inserted replaced
16587:13cda507257c 16588:481b7874a1e9
317 #define utime _utime 317 #define utime _utime
318 #define index strchr 318 #define index strchr
319 #define rindex strrchr 319 #define rindex strrchr
320 320
321 #ifdef HAVE_NTGUI 321 #ifdef HAVE_NTGUI
322 #define abort win32_abort 322 #define abort w32_abort
323 #endif 323 #endif
324 324
325 /* Defines that we need that aren't in the standard signal.h */ 325 /* Defines that we need that aren't in the standard signal.h */
326 #define SIGHUP 1 /* Hang up */ 326 #define SIGHUP 1 /* Hang up */
327 #define SIGQUIT 3 /* Quit process */ 327 #define SIGQUIT 3 /* Quit process */