Changeset 360 for trunk/hlpmgr/globalfilelist.h
- Timestamp:
- Jun 18, 2009, 8:55:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hlpmgr/globalfilelist.h
r26 r360 13 13 typedef TOpenFileEntry* TPOpenFileEntry; 14 14 15 typedef struct 15 typedef struct 16 16 { 17 17 TSubAllocatedSharedMemory FMem; … … 24 24 void CloseGlobalFilelist( TGlobalFilelist* pList ); 25 25 26 HWND FindFileInGlobalFilelist( TGlobalFilelist* pList, 27 char* FilePath ); 26 HWND FindFileInGlobalFilelist( TGlobalFilelist* pList, char* FilePath ); 28 27 29 28 #endif 29
Note:
See TracChangeset
for help on using the changeset viewer.