summaryrefslogtreecommitdiffstats
path: root/private/oleutest/balls/win.ini
blob: 86bb1ae1fac2c022eb01dc899a5113d5019350b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49

;;  debug info levels set by default when an app starts up.
;;  a good value for cairole is 0x4ff for debug outs.

[Cairo Infolevels]
    cairole = 0x03
    ol = 0x03


;;  tmarshal test options.
;;  = 1 means run the test
;;  = 0 means dont run the test
;;

[Marshal Test]
    LocalInterfaceNormal = 1
    LocalInterfaceTableStrong = 1
    LocalInterfaceTableWeak = 1
    RemoteInterfaceNormal = 1
    RemoteInterfaceTableStrong = 1
    RemoteInterfaceTableWeak = 1
    Echo = 1
    Loop = 1
    MiddleMan = 1
    LockObjectExternal = 1
    DisconnectObject = 1
    GetStandardMarshal = 1
    CreateRemoteHandler = 1
    CustomMarshalNormal = 1
    CustomMarshalTable = 1
    MarshalStorage = 1
    Aggregate = 0
    LocalDiffMachine = 0
    RemoteDiffMachine = 0
    StorageDiffMachine = 0


;;  threading modes for the OLE servers
;;  these are used by all OLE servers generated in the com\utest\balls
;;

[TestSrv]
    ThreadMode = SingleThreaded
;;    ThreadMode = MultiThreaded


[OleSrv]
    ThreadMode = SingleThreaded
;;    ThreadMode = MultiThreaded