mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
Fix inconsistent formatting and other trails of GreatLord's fixing
svn path=/trunk/; revision=24043
This commit is contained in:
parent
6a37552f9e
commit
54a6548aa7
10 changed files with 12 additions and 16 deletions
|
@ -2,14 +2,11 @@
|
|||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<define name="__USE_W32API" />
|
||||
|
||||
<library>kernel32</library>
|
||||
<library>gdi32</library>
|
||||
<library>ddraw</library>
|
||||
<library>dxguid</library>
|
||||
<library>string</library>
|
||||
<library>user32</library>
|
||||
|
||||
|
||||
<file>main.cpp</file>
|
||||
</module>
|
|
@ -193,7 +193,6 @@ int SLsys_input_pending (int tsecs)
|
|||
\*----------------------------------------------------------------------*/
|
||||
unsigned int SLsys_getkey (void)
|
||||
{
|
||||
// long key;
|
||||
DWORD bytesRead;
|
||||
INPUT_RECORD record;
|
||||
|
||||
|
|
Loading…
Reference in a new issue