00001 // stdafx.h : include file for standard system include files, 00002 // or project specific include files that are used frequently, but 00003 // are changed infrequently 00004 // 00005 00006 #ifndef _STDAFX_H_ 00007 #define _STDAFX_H_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif // _MSC_VER > 1000 00012 00013 #include "vardefs.h" 00014 00016 enum ErrorCode 00017 { 00018 BL_OK = 0, 00019 BL_ERROR = 1, 00020 BL_NOTFOUND = 2 00021 }; 00022 00023 #endif // !_STDAFX_H_ 00024