mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
XML Makefiles
svn path=/trunk/; revision=15882
This commit is contained in:
parent
0aec39dcbe
commit
5347091d15
5 changed files with 61 additions and 6 deletions
|
@ -222,12 +222,7 @@ int SetButton (DWORD id, BOOL state)
|
|||
|
||||
ti.cbSize = sizeof (ti);
|
||||
ti.dwMask = TBIF_STATE;
|
||||
/*
|
||||
if(state&&id==1)
|
||||
MessageBox(0,L"on",0,0);
|
||||
else if(!state&&id==1)
|
||||
MessageBox(0,L"off",0,0);
|
||||
*/
|
||||
|
||||
if(state)
|
||||
ti.fsState = TBSTATE_ENABLED;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue