Changeset 4b1552 in git for kernel/oswrapper


Ignore:
Timestamp:
Dec 4, 2020, 2:16:35 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
bc42722a945eb169cb68ca123321f864dc662fa1
Parents:
a09606c64366e1429af96facb1900bcd8a8674fa
Message:
use of vspace vi HAVE_VSPACE
Location:
kernel/oswrapper
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/oswrapper/vspace.cc

    ra09606 r4b1552  
    11// https://github.com/rbehrends/vspace
    22#include "vspace.h"
    3 
    4 #if !defined(__CYGWIN__)
    5 
     3#include "kernel/mod2.h"
     4#ifdef HAVE_VSPACE
    65#ifdef HAVE_CPP_THREADS
    76#include <thread>
  • kernel/oswrapper/vspace.h

    ra09606 r4b1552  
    1111#include <assert.h>
    1212#include <new> // for placement new
    13 
    14 #if !defined(__CYGWIN__)
     13#include "kernel/mod2.h"
     14
     15#ifdef HAVE_VSPACE
    1516
    1617#if __cplusplus >= 201100
Note: See TracChangeset for help on using the changeset viewer.