[Gcblue-commits] gcb_wx/include/graphics tcButton.h,1.6,1.7
Status: Alpha
Brought to you by:
ddcforge
|
From: Xavi <xr...@us...> - 2004-04-11 21:31:10
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30054 Modified Files: tcButton.h Log Message: + added ifdef MSV for #pragma once instruction + newline at the end of file Index: tcButton.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcButton.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcButton.h 24 Mar 2004 21:09:26 -0000 1.6 --- tcButton.h 11 Apr 2004 21:17:27 -0000 1.7 *************** *** 25,29 **** --- 25,31 ---- #define _TCBUTTON_H_ + #if _MSC_VER > 1000 #pragma once + #endif #include "tcWindow.h" *************** *** 86,91 **** }; - - - #endif \ No newline at end of file --- 88,91 ---- }; + #endif |