- Remove WINVER definition.

- Fix no-EOL-at-EOF warnings.

svn path=/trunk/; revision=37152
This commit is contained in:
Aleksey Bragin 2008-11-02 19:07:00 +00:00
parent 6eb05ceb03
commit eaf88dc90a
3 changed files with 2 additions and 4 deletions

View file

@ -124,4 +124,4 @@ BOOL Test_GetMonitorFrequency (INT* passed, INT* failed)
DirectDraw->Release();
return TRUE;
}
}

View file

@ -154,4 +154,4 @@ BOOL Test_Blt (INT* passed, INT* failed)
Surface->Release();
return TRUE;
}
}

View file

@ -1,8 +1,6 @@
#ifndef _DDRAWTEST_H
#define _DDRAWTEST_H
#define WINVER 0x501
#include <stdio.h>
#include <windows.h>
#include <stdio.h>