diff options
Diffstat (limited to 'cppe/demo/IceE/chat/ChatClient.h')
-rw-r--r-- | cppe/demo/IceE/chat/ChatClient.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/cppe/demo/IceE/chat/ChatClient.h b/cppe/demo/IceE/chat/ChatClient.h index 9fb599d2974..7048e16cce7 100644 --- a/cppe/demo/IceE/chat/ChatClient.h +++ b/cppe/demo/IceE/chat/ChatClient.h @@ -7,28 +7,28 @@ // // ********************************************************************** -
-#ifndef CHAT_CLIENT_H
-#define CHAT_CLIENT_H
-
-#pragma once
-
-#ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
-#endif
-
-#include "Resource.h"
-
-class CChatClientApp : public CWinApp
-{
-public:
- CChatClientApp();
-
- virtual BOOL InitInstance();
-
- DECLARE_MESSAGE_MAP()
-};
-
-extern CChatClientApp theApp;
-
-#endif
+ +#ifndef CHAT_CLIENT_H +#define CHAT_CLIENT_H + +#pragma once + +#ifndef __AFXWIN_H__ + #error include 'stdafx.h' before including this file for PCH +#endif + +#include "Resource.h" + +class CChatClientApp : public CWinApp +{ +public: + CChatClientApp(); + + virtual BOOL InitInstance(); + + DECLARE_MESSAGE_MAP() +}; + +extern CChatClientApp theApp; + +#endif |