| 
					阅读:1160回复:4
				 POINTER_ALIGNMENT
					POINTER_ALIGNMENT是傻意思啊?
 有什么用啊? 如 LCID POINTER_ALIGNMENT LocaleId ;) ;) ;) ;) ;) | |
| 
 | 
| 沙发#发布于:2002-07-24 16:17 
					#if defined(_WIN64)
 #define POINTER_ALIGNMENT DECLSPEC_ALIGN(8) #else #define POINTER_ALIGNMENT #endif | |
| 板凳#发布于:2002-07-24 16:18 
					#ifndef DECLSPEC_ALIGN
 #if (_MSC_VER >= 1300) && !defined(MIDL_PASS) #define DECLSPEC_ALIGN(x) __declspec(align(x)) #else #define DECLSPEC_ALIGN(x) #endif #endif | |
| 地板#发布于:2002-07-24 16:34 
					这个我查到了,就是看不懂啊?
 能不能详细点? thank :D :D :D | |
| 
 | 
| 地下室#发布于:2002-07-24 16:51 
					为了对齐呀。 :D				 | |
 
							
 
				 
				