mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
- Remove WINVER definition.
- Fix no-EOL-at-EOF warnings. svn path=/trunk/; revision=37152
This commit is contained in:
parent
6eb05ceb03
commit
eaf88dc90a
3 changed files with 2 additions and 4 deletions
|
@ -124,4 +124,4 @@ BOOL Test_GetMonitorFrequency (INT* passed, INT* failed)
|
|||
DirectDraw->Release();
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -154,4 +154,4 @@ BOOL Test_Blt (INT* passed, INT* failed)
|
|||
|
||||
Surface->Release();
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#ifndef _DDRAWTEST_H
|
||||
#define _DDRAWTEST_H
|
||||
|
||||
#define WINVER 0x501
|
||||
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in a new issue