summaryrefslogtreecommitdiff
path: root/IvyProbe
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:09:20 +0000
committerfcolin2007-02-01 13:09:20 +0000
commit2e62a1c09769fbbc11af46310f1ac4f429294298 (patch)
tree94959865289c6223c071d6d24fe00bb07ab97f9e /IvyProbe
parente6a2d8e3d46e0ce4a5d94a261066ffcdfd76ecda (diff)
downloadivy-cplusplus-2e62a1c09769fbbc11af46310f1ac4f429294298.zip
ivy-cplusplus-2e62a1c09769fbbc11af46310f1ac4f429294298.tar.gz
ivy-cplusplus-2e62a1c09769fbbc11af46310f1ac4f429294298.tar.bz2
ivy-cplusplus-2e62a1c09769fbbc11af46310f1ac4f429294298.tar.xz
Utilisateur : Fcolin Date : 13/01/03 Heure : 15:28 Archivé dans $/Bus/IvyProbe Commentaire: (vss 3)
Diffstat (limited to 'IvyProbe')
-rw-r--r--IvyProbe/IvyProbe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/IvyProbe/IvyProbe.cpp b/IvyProbe/IvyProbe.cpp
index e0afcfb..00eca87 100644
--- a/IvyProbe/IvyProbe.cpp
+++ b/IvyProbe/IvyProbe.cpp
@@ -59,9 +59,9 @@ BOOL CTestApp::InitInstance()
// the specific initialization routines you do not need.
#ifndef UNDER_CE
#ifdef _AFXDLL
- Enable3dControls(); // Call this when using MFC in a shared DLL
+ //Enable3dControls(); // Call this when using MFC in a shared DLL
#else
- Enable3dControlsStatic(); // Call this when linking to MFC statically
+ //Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
#endif