Change EXPORT_C in header file into IMPORT_C, to fix Bug 2478 CompilerCompatibility
authorWilliam Roberts <williamr@symbian.org>
Thu, 08 Apr 2010 21:17:06 +0100
branchCompilerCompatibility
changeset 12 63e62fffcf54
parent 11 7e31c909d88d
child 13 e68b6005d280
Change EXPORT_C in header file into IMPORT_C, to fix Bug 2478
classicui_plat/extended_editors_api/inc/AknPhoneNumberEditor.h
--- a/classicui_plat/extended_editors_api/inc/AknPhoneNumberEditor.h	Sun Mar 28 16:37:04 2010 +0100
+++ b/classicui_plat/extended_editors_api/inc/AknPhoneNumberEditor.h	Thu Apr 08 21:17:06 2010 +0100
@@ -246,7 +246,7 @@
     /**
      * Open VKB .  
      */
-    EXPORT_C void OpenVKB();
+    IMPORT_C void OpenVKB();
 
     void MakeVisible(TBool aVisible);
 private: