Changeset c4e0f18676bfbc37fe1504a719b51204e92de664
- Timestamp:
- 24/05/08 10:41:49
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211618509 +0300
- git-parent:
[3f68eb0010ff0b4bc09e0c41f981a4fd0be6dd55]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211618509 +0300
- Message:
provide default block_mmap_Alloc
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2ec9d99 |
rc4e0f18 |
|
| 238 | 238 | return &block->self; |
|---|
| 239 | 239 | } |
|---|
| 240 | | #endif |
|---|
| | 240 | #else |
|---|
| | 241 | block_t *block_mmap_Alloc (void *addr, size_t length) |
|---|
| | 242 | { |
|---|
| | 243 | (void)addr; (void)length; return NULL; |
|---|
| | 244 | } |
|---|
| | 245 | #endif |
|---|
| | 246 | |
|---|
| 241 | 247 | |
|---|
| 242 | 248 | #ifdef WIN32 |
|---|