summaryrefslogtreecommitdiff
path: root/Bus
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:09:20 +0000
committerfcolin2007-02-01 13:09:20 +0000
commite5b9d5ac42b26a71597debd2d42a33928223d4d4 (patch)
tree0b50e8ccdf8c84af2ff02f1348ad109b05e5889f /Bus
parent4aa76ea70b9ce90b3517c98b2a79281e87d27ffc (diff)
downloadivy-cplusplus-e5b9d5ac42b26a71597debd2d42a33928223d4d4.zip
ivy-cplusplus-e5b9d5ac42b26a71597debd2d42a33928223d4d4.tar.gz
ivy-cplusplus-e5b9d5ac42b26a71597debd2d42a33928223d4d4.tar.bz2
ivy-cplusplus-e5b9d5ac42b26a71597debd2d42a33928223d4d4.tar.xz
Utilisateur : Fcolin Date : 13/01/03 Heure : 15:28 Archivé dans $/Bus/IvyProbe Commentaire: (vss 3)
Diffstat (limited to 'Bus')
-rw-r--r--Bus/IvyProbe/IvyProbe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bus/IvyProbe/IvyProbe.cpp b/Bus/IvyProbe/IvyProbe.cpp
index e0afcfb..00eca87 100644
--- a/Bus/IvyProbe/IvyProbe.cpp
+++ b/Bus/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