utilexp.h

Go to the documentation of this file.
00001 /**********************************************************************
00002  *<
00003     FILE: utilexp.h
00004 
00005     DESCRIPTION:
00006 
00007     CREATED BY: Dan Silva
00008 
00009     HISTORY:
00010 
00011  *> Copyright (c) 1994, All Rights Reserved.
00012  **********************************************************************/
00013 
00014 #pragma once
00015 
00016 #ifdef BLD_UTIL
00017 #define UtilExport __declspec( dllexport )
00018 #else
00019 #define UtilExport __declspec( dllimport )
00020 #endif
00021