ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
tree
geant4-10.6-release
config
environments
examples
source
analysis
digits_hits
error_propagation
event
externals
clhep
expat
include
src
amigaconfig.h
ascii.h
asciitab.h
expat_config.h
iasciitab.h
internal.h
latin1tab.h
macconfig.h
nametab.h
utf8tab.h
winconfig.h
xmlparse.cc
xmlrole.cc
xmlrole.h
xmltok.cc
xmltok.h
xmltok_impl.cc
xmltok_impl.h
xmltok_ns.cc
zlib
g3tog4
geometry
global
graphics_reps
intercoms
interfaces
materials
parameterisations
particles
persistency
physics_lists
processes
readout
run
track
tracking
visualization
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
winconfig.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file winconfig.h
1
/*================================================================
2
** Copyright 2000, Clark Cooper
3
** All rights reserved.
4
**
5
** This is free software. You are permitted to copy, distribute, or modify
6
** it under the terms of the MIT/X license (contained in the COPYING file
7
** with this distribution.)
8
*/
9
10
#ifndef WINCONFIG_H
11
#define WINCONFIG_H
12
13
#define WIN32_LEAN_AND_MEAN
14
#include <windows.h>
15
#undef WIN32_LEAN_AND_MEAN
16
17
#include <
memory.h
>
18
#include <string.h>
19
20
#define XML_NS 1
21
#define XML_DTD 1
22
#define XML_CONTEXT_BYTES 1024
23
24
/* we will assume all Windows platforms are little endian */
25
#define BYTEORDER 1234
26
27
/* Windows has memmove() available. */
28
#define HAVE_MEMMOVE
29
30
#endif
/* ndef WINCONFIG_H */
geant4
tree
geant4-10.6-release
source
externals
expat
src
winconfig.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:15
using
1.8.2 with
ECCE GitHub integration