mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Minor update
svn path=/trunk/; revision=1919
This commit is contained in:
parent
a91a0d77da
commit
9726e9950b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ int main (void)
|
|||
LineTo(DC24, 100, 110);
|
||||
BitBlt(Desktop, 200, 200, 110, 120, DC24, 0, 0, SRCCOPY);
|
||||
|
||||
Sleep( 10000 );
|
||||
Sleep( 990000 ); // fixme delay only 10000 (for 10 seconds)
|
||||
// Free up everything
|
||||
DeleteDC(Desktop);
|
||||
DeleteDC(MyDC);
|
||||
|
|
Loading…
Reference in a new issue