Changeset 21720 for branches/gcc-kmk/include
- Timestamp:
- Oct 19, 2011, 11:26:02 AM (14 years ago)
- Location:
- branches/gcc-kmk/include
- Files:
-
- 4 edited
-
custombuild.h (modified) (1 diff)
-
heapstring.h (modified) (1 diff)
-
odinlx.h (modified) (1 diff)
-
win/wine/debug.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/custombuild.h
r21717 r21720 2 2 #define __CUSTOMBUILD_H__ 3 3 4 #include <win \peexe.h>4 #include <win/peexe.h> 5 5 #include <initdll.h> 6 6 -
branches/gcc-kmk/include/heapstring.h
r10192 r21720 9 9 #include <odin.h> 10 10 11 #include <wine \unicode.h>11 #include <wine/unicode.h> 12 12 //SvL: strcase -> case insensitive! 13 13 #define strncasecmp lstrncmpiA -
branches/gcc-kmk/include/odinlx.h
r21393 r21720 14 14 #define _ODINLX_H 15 15 16 #include <win \peexe.h>16 #include <win/peexe.h> 17 17 #include <versionos2.h> 18 18 -
branches/gcc-kmk/include/win/wine/debug.h
r8208 r21720 22 22 #define __WINE_WINE_DEBUG_H 23 23 24 #include <win \debugtools.h>24 #include <win/debugtools.h> 25 25 #include <stdarg.h> 26 26
Note:
See TracChangeset
for help on using the changeset viewer.
