00001 00005 /********************************************************************** 00006 *< 00007 CREATED BY: Oleg Bayborodin 00008 00009 HISTORY: created 9-28-01 00010 00011 *> Copyright (c) 2001, All Rights Reserved. 00012 **********************************************************************/ 00013 00014 #pragma once 00015 00016 00017 00018 #ifndef PF_EXPORTS 00019 #define PFExport __declspec( dllimport ) 00020 #else 00021 #define PFExport __declspec( dllexport ) 00022 #endif 00023 00024 00025 00026