repo.or.cz
/
gdipp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use Slim Reader/Writer lock to replace CRITICAL_SECTION (better performance).
[gdipp.git]
/
gdipp_config
/
constant_hook.h
blob
a58b2d97f9effd64f53e34222dfb77f95c4bf3cd
1
#pragma once
2
3
namespace
gdipp
4
{
5
namespace
hook_config
6
{
7
8
static const bool
PROC_32_BIT
=
true
;
9
static const bool
PROC_64_BIT
=
true
;
10
11
}
12
}