일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- AS3
- smartfoxserver
- 배열
- path
- 게임
- flash builder
- 경로
- 아이튠즈
- AIR
- 영어
- texture
- Ane
- ios
- 3d
- 태그를 입력해 주세요.
- Android
- unity
- Build
- Mac
- sdk
- file
- swf
- Flash
- iphone
- XML
- unity3D
- 단축키
- class
- builder
- Game
Archives
- Today
- Total
상상 너머 그 무언가...
declared as an array with a negative size 본문
/* The size of `long', as computed by sizeof. */
#define CURL_SIZEOF_LONG 4
위 코드를 아래와 같이 변경하면 된다.
/* The size of `long', as computed by sizeof. */
#define CURL_SIZEOF_LONG sizeof(long)