Ignore:
Timestamp:
Jun 18, 2009, 8:55:46 PM (16 years ago)
Author:
RBRi
Message:

warning fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hlpmgr/sharedmemory.h

    r26 r360  
    77// in the memory.
    88
    9 typedef struct 
     9typedef struct
    1010{
    1111  void* FPointer;
     
    2525// Otherwise the Data property should not be used.
    2626
    27 typedef struct 
     27typedef struct
    2828{
    2929  TSharedMemory FMem;
    30   void* FAllocationArea; 
     30  void* FAllocationArea;
    3131} TSubAllocatedSharedMemory;
    3232
     
    3434                                    ULONG Size,
    3535                                    ULONG ReserveSize, // size to reserve at start of memory
    36                                     TSubAllocatedSharedMemory* pSharedMemory ); 
     36                                    TSubAllocatedSharedMemory* pSharedMemory );
    3737
    3838// suballocate space of the given size
     
    5151
    5252#endif
     53
Note: See TracChangeset for help on using the changeset viewer.