From a0b9ce4bee60136363cfff7a93c4e42eab972c02 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Thu, 6 Feb 1997 02:31:41 +0000 Subject: Windows/NT integration (V1_0_WIN32_BRANCH merge) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9788 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/wintel/struct.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/windows/wintel/struct.h') diff --git a/src/windows/wintel/struct.h b/src/windows/wintel/struct.h index cbea7850b..bc1cc4912 100644 --- a/src/windows/wintel/struct.h +++ b/src/windows/wintel/struct.h @@ -9,12 +9,12 @@ #define HCONNECTION HGLOBAL typedef struct CONNECTION { - SCREEN *pScreen; // handle to screen associated with connection + SCREEN *pScreen; /* handle to screen associated with connection */ kstream ks; SOCKET socket; - int pnum; // port number associated with connection - int telstate; // telnet state for this connection - int substate; // telnet subnegotiation state + int pnum; /* port number associated with connection */ + int telstate; /* telnet state for this connection */ + int substate; /* telnet subnegotiation state */ int termsent; int echo; int ugoahead; @@ -22,7 +22,7 @@ typedef struct CONNECTION { int timing; int backspace; int ctrl_backspace; - int termstate; // terminal type for this connection + int termstate; /* terminal type for this connection */ int width; int height; BOOL bResizeable; -- cgit