CPPMyth
Library to interoperate with MythTV server
os.h
1
#pragma once
2
3
#ifndef NSROOT
4
#define NSROOT Myth
5
#endif
6
7
#if (defined(_WIN32) || defined(_WIN64))
8
#include "windows/os-types.h"
9
#else
10
#include "unix/os-types.h"
11
#endif
cppmyth
src
private
os
os.h
Generated on Thu Jan 9 2020 15:17:59 for CPPMyth by
1.8.13