File: windows_extra.h

package info (click to toggle)
jemalloc 5.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,652 kB
  • sloc: ansic: 62,360; perl: 4,214; sh: 3,716; makefile: 697; cpp: 374; python: 335; csh: 7
file content (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
#ifndef MSVC_COMPAT_WINDOWS_EXTRA_H
#define MSVC_COMPAT_WINDOWS_EXTRA_H

#include <errno.h>

#endif /* MSVC_COMPAT_WINDOWS_EXTRA_H */