File: UpnpUniStd.h

package info (click to toggle)
pupnp 1%3A1.14.20-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,440 kB
  • sloc: ansic: 34,488; xml: 1,173; cpp: 573; makefile: 341; sh: 130; python: 51; javascript: 7
file content (10 lines) | stat: -rw-r--r-- 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#ifndef UPNPUNISTD_H
#define UPNPUNISTD_H

#ifdef _WIN32
	/* Do not #include <unistd.h> on WIN32. */
#else			    /* _WIN32 */
	#include <unistd.h> /* for close() */
#endif			    /* _WIN32 */

#endif /* UPNPUNISTD_H */