All Downloads are FREE. Search and download functionalities are using the official Maven repository.

library.os.h Maven / Gradle / Ivy

The newest version!
/*******************************************************************************
 * Copyright (c) 2000, 2018 IBM Corporation and others.
 *
 * This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License 2.0
 * which accompanies this distribution, and is available at
 * https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 *
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/

#ifndef INC_os_H
#define INC_os_H

/*
 * Windows headers will sometimes have warnings above level 2, just
 * ignore all of them, we can't do anything about it anyway.
 */
#pragma warning(push, 2)

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

/* Restore warnings */
#pragma warning(pop)

/* Optional custom definitions to exclude some types */
#include "defines.h"

#define OS_LOAD_FUNCTION LOAD_FUNCTION

#include "os_custom.h"

#endif /* INC_os_H */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy