comparison dwcompat.c @ 1601:71e0a3ad07f7

Enable level 3 warnings in DEBUG mode with Visual C to show deprecation warnings. Source code cleanup to eliminate the warnings now generated on this level.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 26 Feb 2012 09:21:35 +0000
parents 6baf177f335c
children ff844a41193b
comparison
equal deleted inserted replaced
1600:cbfdd56e3e72 1601:71e0a3ad07f7
1 /* $Id$ */ 1 /* $Id$ */
2 2
3 #ifdef __WIN32__
4 #include <direct.h>
5 #endif
6 #if defined(__OS2__) || defined(__WIN32__)
7 #include <share.h>
8 #endif
3 #include "dwcompat.h" 9 #include "dwcompat.h"
4 #include "dw.h" 10 #include "dw.h"
5 #if defined(__OS2__) || defined(__WIN32__)
6 #include <share.h>
7 #endif
8 11
9 #if defined(__UNIX__) || defined(__MAC__) 12 #if defined(__UNIX__) || defined(__MAC__)
10 #if defined(__FreeBSD__) || defined(__MAC__) 13 #if defined(__FreeBSD__) || defined(__MAC__)
11 #include <sys/param.h> 14 #include <sys/param.h>
12 #include <sys/ucred.h> 15 #include <sys/ucred.h>