Update of /cvsroot/gcblue/gcb_wx/include/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32139
Modified Files:
tcEditBox.h
Log Message:
+ added ifdef MSV for #pragma once instruction
+ newline at the end of file
Index: tcEditBox.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcEditBox.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** tcEditBox.h 24 Mar 2004 21:09:26 -0000 1.3
--- tcEditBox.h 11 Apr 2004 21:28:37 -0000 1.4
***************
*** 22,26 ****
--- 22,28 ----
#define _EDITBOX_H_
+ #if _MSC_VER > 1000
#pragma once
+ #endif
#include "tcWindow.h"
***************
*** 73,74 ****
--- 75,77 ----
#endif
+
|