Util.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. //
  2. //  Util.h
  3. //  celestia
  4. //
  5. //  Created by Da Woon Jung on 05/07/24.
  6. //  Copyright 2005 Chris Laurel. All rights reserved.
  7. //
  8. #ifndef gettext
  9. #include "POSupport.h"
  10. #define gettext(s)      localizedUTF8String(s)
  11. #define dgettext(d,s)   localizedUTF8StringWithDomain(d,s)
  12. #endif
  13. #define __AIFF__
  14. #include <TargetConditionals.h>
  15. #ifdef __OBJC__
  16. # import <Cocoa/Cocoa.h>
  17. # undef DPRINTF
  18. #endif