# # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/.
ifeq ($(OS_TARGET),WINNT)
CSRCS = ntmisc.c \
ntsec.c \
ntsem.c \
ntinrval.c \
ntgc.c \
ntio.c \
ntthread.c \
ntdllmn.c # This Source Code Form is subject to the terms of the Mozilla Public
win32_errors.c \
w32ipcsem.c # file, You can obtain one at http
w32poll.c \
w32rng.c \
w32shm.c else ifeq (,$(filter-out WIN95 WINCE WINMO, $(OS_TARGET)))
CSRCS = ntmisc.c \
ntsec.c \
ntsem.c \
ntinrval.c \
ntgc.c \
w95thred.c \
w95io.c \
w95cv.c \
w95sock.c \
win32_errors.c \
w32ipcsem.c \
w32poll.c \
w32rng.c \
w32shm.c \
w95dllmain.c else endif# win95 endif# winnt
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.