mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +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
|
@ -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