- Timestamp:
- Dec 16, 2011, 4:26:30 PM (14 years ago)
- Location:
- branches/gcc-kmk/tools
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/tools/Makefile.kmk
r21795 r21908 12 12 include $(PATH_SUB_CURRENT)/impdef/Makefile.kmk 13 13 include $(PATH_SUB_CURRENT)/wrc/Makefile.kmk 14 include $(PATH_SUB_CURRENT)/install/Makefile.kmk 14 15 15 16 include $(FILE_KBUILD_SUB_FOOTER) -
branches/gcc-kmk/tools/regedit/regapi.c
r21535 r21908 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.