comparison urogue/mdport.c @ 273:51ddbe7b992d

UltraRogue: begin autoconfiscation. Build options can now be set with configure.
author John "Elwin" Edwards
date Mon, 04 Sep 2017 21:08:09 -0400
parents 1db299e868b8
children 8b6aba552f6f
comparison
equal deleted inserted replaced
272:1db299e868b8 273:51ddbe7b992d
26 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 26 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 27 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 SUCH DAMAGE. 29 SUCH DAMAGE.
30 */ 30 */
31
32 #ifdef HAVE_CONFIG_H
33 #include "config.h"
34 #endif
31 35
32 #if defined(_WIN32) 36 #if defined(_WIN32)
33 #include <Windows.h> 37 #include <Windows.h>
34 #include <Lmcons.h> 38 #include <Lmcons.h>
35 #include <process.h> 39 #include <process.h>