Subversion Repositories filter_foundry

Rev

Rev 424 | Rev 456 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 424 Rev 433
Line 298... Line 298...
298
void _aete_align_word(void** aeteptr) {
298
void _aete_align_word(void** aeteptr) {
299
        #ifdef MAC_ENV
299
        #ifdef MAC_ENV
300
        unsigned char* tmp = *((unsigned char**)aeteptr);
300
        unsigned char* tmp = *((unsigned char**)aeteptr);
301
        tmp += (intptr_t)tmp & 1;
301
        tmp += (intptr_t)tmp & 1;
302
        *aeteptr = (void*)tmp;
302
        *aeteptr = (void*)tmp;
-
 
303
        #else
-
 
304
        UNREFERENCED_PARAMETER(aeteptr);
303
        #endif
305
        #endif
304
}
306
}
305
#define AETE_ALIGN_WORD() _aete_align_word(&aeteptr);
307
#define AETE_ALIGN_WORD() _aete_align_word(&aeteptr);
306
 
308
 
307
void* _aete_property(void* aeteptr, PARM_T *pparm, int ctlidx, int mapidx, OSType key) {
309
void* _aete_property(void* aeteptr, PARM_T *pparm, int ctlidx, int mapidx, OSType key) {