mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[LWIP]
- Use ULONG_PTR instead of ULONG for pointer types - Dedicated to Timo svn path=/trunk/; revision=56529
This commit is contained in:
@@ -28,7 +28,7 @@ typedef signed short s16_t;
|
||||
typedef signed long s32_t;
|
||||
|
||||
/* Memory pointer */
|
||||
typedef u32_t mem_ptr_t;
|
||||
typedef ULONG_PTR mem_ptr_t;
|
||||
|
||||
/* Printf/DPRINT formatters */
|
||||
#define U16_F "hu"
|
||||
|
||||
Reference in New Issue
Block a user