这是一个SIGMA方案的PMP播放器的UCLINUX程序,可播放DVD,VCD,CD MP3...有很好的参考价值.
源代码在线查看: define.h
/***************************************************************************** * define.h : Master module definition (macro define) * REALmagic Quasar Hardware Library * Created by Michael Ignaszewski * Copyright Sigma Designs Inc * Sigma Designs Proprietary and confidential * Created on 03/10/99 * Description: *****************************************************************************/ #ifndef _DEFINEH_ #define _DEFINEH_ /***************************************************************************** OS : Windows 9x *****************************************************************************/ #define _OS_WIN9X_ #define RING3_APPLICATION #define MAX_INSTANCES 16 #endif