This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/smblib/filewrap.h

13 lines
220 B
C
Raw Normal View History

2002-08-30 06:01:33 +00:00
#ifndef __filewrap_h
#define __filewrap_h
#if defined(_MSC_VER)
#include <io.h>
#else
2002-08-30 06:01:33 +00:00
#include <gfilutil.h>
#endif
2002-08-30 06:01:33 +00:00
#define sopen(fn,access,share) (sopen)((fn),(access),(share),S_IREAD|S_IWRITE)
#endif // __filewrap_h