Mercurial > mplayer.hg
changeset 28494:01b2dcc76143
Remove unnecessary _UWIN #define.
author | diego |
---|---|
date | Wed, 11 Feb 2009 00:38:42 +0000 |
parents | 95cfbbaa4f03 |
children | 8f427fbf8fdb |
files | osdep/priority.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/osdep/priority.c Tue Feb 10 23:45:50 2009 +0000 +++ b/osdep/priority.c Wed Feb 11 00:38:42 2009 +0000 @@ -34,9 +34,6 @@ #else -/* Disable non-underscored versions of non-ANSI functions - * as otherwise int eof would conflict with eof(). */ -#define _UWIN 1 #include <windows.h> #endif /* __OS2__ */