Changeset 21916 for trunk/tools/regedit/regapi.c
- Timestamp:
 - Dec 18, 2011, 10:28:22 PM (14 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 2 edited
 
- 
          
  . (modified) (2 props)
 - 
          
  tools/regedit/regapi.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk
- Property svn:ignore
- 
      
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk  
 - 
      
 - 
Property       svn:mergeinfo
 set to       
/branches/gcc-kmk merged eligible  
 - Property svn:ignore
 - 
      
trunk/tools/regedit/regapi.c
r21535 r21916 24 24 #define PASCAL WIN32API 25 25 26 #ifndef __GNUC__ 26 27 static char *strsep(char **string, char *token) 27 28 { … … 38 39 return ret; 39 40 } 41 #endif 40 42 41 43 typedef HRESULT (* __stdcall lpfnDLLRegProc)(void);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  