You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// CrossSockets
|
|
// Copyright Jeroen Saey
|
|
// Created 27-01-2013
|
|
// CrossSocketConfig.h
|
|
|
|
#pragma once
|
|
|
|
// Set the errorMode (0: Verbose error 1: Throw error)
|
|
#define ERRORMODE 0
|