Changeset 282 for trunk/src/ufat32/win32.c
- Timestamp:
- Jun 18, 2017, 9:34:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/ufat32/win32.c ¶
r277 r282 323 323 324 324 return 1; 325 } 326 327 int mem_alloc2(void **p, ULONG cb) 328 { 329 return mem_alloc(p, cb); 325 330 } 326 331
Note:
See TracChangeset
for help on using the changeset viewer.